gimlet icon indicating copy to clipboard operation
gimlet copied to clipboard

Saving the model

Open gaurav-tikhe opened this issue 3 years ago • 1 comments

Hello Sir/Madam, I am student of mathematical modelling and simulation and referring the Graph Net work for my project. I am facing issue saving the model.(Unable to save it.) Can you help me how can I save the model?

This will be of great help to my project.

gaurav-tikhe avatar May 10 '21 05:05 gaurav-tikhe

You can save a model in tensorflow at the location checkpoint_path with: model.save_weights(checkpoint_path) And to load it you can use: model.load_weights(checkpoint_path)

dbushpw avatar May 10 '21 08:05 dbushpw