Is it possible to restore a checkpoint if ckpt.index file is missing, and only ckpt.data, meta and .pb (the frozen model corresponding to this checkpoint) files are available?
ckpt.index
ckpt.data
meta
.pb
Context: I want to load the model from the checkpoint and resume training.
No, you need to have ckpt.index file as well.
1.4m articles
1.4m replys
5 comments
57.0k users