Open fightingxyq opened 6 years ago
The cell above may not be executed. see if one of the cells above is In[*]. I met the same problem and here is my solution.
ckpt_filename = '../checkpoints/ssd_300_vgg.ckpt' I finally find that there is no file named 'ssd_300_vgg.ckpt' and you should put the file 'ssd_300_vgg.ckpt.index' into the specified directory,which is extracted from the compressed file.
hello,I met the same question with you..I'm not really understand the solution,could you please help me,thanks!!!!
I changed path like this ckpt_filename = '../checkpoints/VGG_VOC0712_SSD_300x300_iter_120000.ckpt' but the cell 6 always be In[*].And below cell6,it displays: INFO:tensorflow:Restoring parameters from ../checkpoints/VGG_VOC0712_SSD_300x300_iter_120000.ckpt,is it work right?please!
i'v already solved this problem,thank you!
@wangsihfu hi, I met the exact problem like you put forward, i changed ckpt_filename = '../checkpoints/VGG_VOC0712_SSD_300x300_iter_120000.ckpt' but the cell 6 always be In[*].And below cell6,it displays: INFO:tensorflow:Restoring parameters from ../checkpoints/VGG_VOC0712_SSD_300x300_iter_120000.ckpt, can you tell me how you finally solved this problem?? thanks!!!
win10,anaconda4.3.2,python3.6,tensorflow gpu,cuda9,cudnn7 When Use jupyter Notebook SSD run a test case
NameError Traceback (most recent call last)