YingZhangDUT / Cross-Modal-Projection-Learning

TensorFlow Implementation of Deep Cross-Modal Projection Learning
MIT License
94 stars 20 forks source link

Resnet ckpt file returns None when proccesing tf.train.get_checkpoint_state() #3

Closed awkrail closed 5 years ago

awkrail commented 5 years ago

Hello,

This error, No checkpoint Found, Please provide pretrained checkpoint occured when processing tf.train.get_checkpoint_state(). I download pretrained ckpt file from https://github.com/tensorflow/models/tree/master/research/slim#pre-trained-models, and set RESTORE_PATH at scripts/train_flickr_resnet_cmpm.sh.

I found that tf.get_checkpoint_state() returns None. How can I solve this problem? Thank you.

awkrail commented 5 years ago

I found that restore_path didn't use .ckpt file, but checkpoint, and it is text file. close this issue.