YingZhangDUT / Cross-Modal-Projection-Learning

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

Hi, Could you please send this whole function def get_init_fn(sess):? The problem is ckpt is returning None. Then, below lines are not working. ck_pretrain_step = ckpt.model_checkpoint_path.split('/')[-1].split('-')[-1] print('Succesfully loaded model from %s at step=%s.' % (ckpt.model_checkpoint_path, ck_pretrain_step)) #11

Open kajal15003 opened 4 years ago