Using Models

Find out how you can use the trained models.

There are three operations that can be performed in order to use the trained models:

  1. Save
  2. Reload
  3. Predict

πŸ’Ύ Save the model

Models can be saved using the save method using .h5 extension.

Press + to interact
model.save('model.h5')

πŸ“ Note: The Educative code widget provides the option of downloading the file when you write the save function. When working in a local workspace, the file is saved in the ...

Access this course and 1400+ top-rated courses and projects.