Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 456 Bytes

freeze.md

File metadata and controls

7 lines (6 loc) · 456 Bytes

Freeze a model

The trained neural network is extracted from a checkpoint and dumped into a database. This process is called "freezing" a model. The idea and part of our code are from Morgan. To freeze a model, typically one does

$ dp freeze -o graph.pb

in the folder where the model is trained. The output database is called graph.pb.