11.

Understanding Model Persistence

easy

Task

Learn how trained models can be saved and loaded for later use (conceptually - we'll use Python's pickle-like approach).

Instructions

  1. Read through the code and understand the setup
  2. Complete the TODO sections in the code
  3. Click Run or press Ctrl+Enter to execute
  4. Click Done when finished

Concepts

model persistenceserializationmodel state

Documentation

Command Palette

Search for a command to run...