Models: Which checkpoint file to put into config as fine_tune_checkpoint?

Created on 20 Nov 2017  路  2Comments  路  Source: tensorflow/models

I'm pretty newbie and trying to use pretrained model but I can't figure out which file should be put into .config file as fine_tune_checkpoint? All the articles mention model.ckpt but these models don't have such file. Anything else (meta, index, data) show some errors.

Most helpful comment

The point of my question is different, not just where to get the models. The problem is none of these model has the model.ckpt file. But I already figured out that nevertheless I need to point to checkpoint_folder/model.ckpt EVEN if there is no such file. The documentation is very, very confusing.

All 2 comments

The point of my question is different, not just where to get the models. The problem is none of these model has the model.ckpt file. But I already figured out that nevertheless I need to point to checkpoint_folder/model.ckpt EVEN if there is no such file. The documentation is very, very confusing.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

XavDCtpz picture XavDCtpz  路  3Comments

sun9700 picture sun9700  路  3Comments

Mostafaghelich picture Mostafaghelich  路  3Comments

hanzy123 picture hanzy123  路  3Comments

frankkloster picture frankkloster  路  3Comments