Export weight of best model in .fit() with Keras to variable

后端 未结 0 1198
野性不改
野性不改 2021-02-13 01:17
best_save = ModelCheckpoint(\'best_\'+parameters[\'flag\']+\'_autoencoder.hdf5\', save_best_only=True, save_weights_only= True, monitor=\'val_loss\', mode=\'min\')

auto         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题