Save a Trained Keras Model Weights and Topology to a File

InstructorChris Achard

Share this video with your friends

Send Tweet

Instead of training the network every single time it is run, we’ll want to save the Keras model so that we can use it in the future. Keras makes it easy to save both the model weights and topology to a single file, so we’ll do that here.