I'm trying to used pretrained models with checkpoints but I can't figure out which file should be put into config as checkpoint. There are files:
- model.ckpt.meta
- model.ckpt.index
- model.ckpt.data0000-of-0001
I tried all of them but I see errors. In the different articles I saw just "model.ckpt" but there is no such files.
I tried to work with ssd_mobilenet from here: https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md