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.
You need to download the model first :
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.
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.