Relative Content

Tag Archive for tensorflowtf.keras

Issue when saving/loading custom tf.keras.Model

I am building an autoencoder implemented as a custom tf.keras.Model. While the model after training performs well, I haven’t been able to save it and reload it properly. I have tried both model.save() method and save_weights() but in both case the model fails completely to perform its task.