Python tips and tricks - 7: Continuing keras model training when using custom loss and metrics
Автор: DigitalSreeni
Загружено: 2021-05-08
Просмотров: 5604
Описание:
Loading a keras model and continuing training
When using custom loss function and metrics.
No code to share with this video.
Summary: Provide your custom optimizer or loss or metrics as custom objects during loading the model.
my_model = load_model('your_trained_model.hdf5',
custom_objects={'my_custom_loss': custom_loss,
'custom_metric': my_custom_metric})
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: