Task
Learn how trained models can be saved and loaded for later use (conceptually - we'll use Python's pickle-like approach).
Instructions
- Read through the code and understand the setup
- Complete the TODO sections in the code
- Click Run or press Ctrl+Enter to execute
- Click Done when finished
Concepts
model persistenceserializationmodel state