Checkpoint
Understand how checkpoints are used to save and load TensorFlow models.
We'll cover the following...
Chapter Goals:
- Understand how the checkpoint directory is structured
- Learn how to restore model parameters from a checkpoint
A. Checkpoint directory
After running training with a checkpoint directory, it will contain several files. An example checkpoint directory, named my_model
, is shown below.
Press + to interact
ls my_model
The .pbtxt
file represents the entire computation graph stored in human readable text format. The .tfevents
file is the events file for TensorBoard (note that the longer file suffix, ...
Access this course and 1400+ top-rated courses and projects.