Open xiyuanzh opened 5 years ago
I have solved it by deleting the log directory.
I have solved it by deleting the log directory.
老哥能详细点说下吗,我也被这个error困扰着···
I have solved it by deleting the log directory 兄弟。能详细一点吗?我被这个问题困了几天了。万分感谢
delete --checkpoint_model_scope=vgg_16 can works
you can exclude some box layers as follows: checkpoint_exclude_scopes=ssd_300_vgg/block11_box,ssd_300_vgg/block11_box/conv_cls/weights,ssd_300_vgg/block10_box,ssd_300_vgg/block9_box,ssd_300_vgg/block8_box,ssd_300_vgg/block7_box,ssd_300_vgg/block4_box using this command to load pretrained model but i dont't know its effects on training performance
I have met the following problem when I tried to use SSD to detect only the dog class in VOC2007 dataset. So the number of class is two, and I have modified the parameter "num_classes" in ssd_vgg_300.py and train_ssd_network.py.
My input script is as below:
I have also tried the ssd_vgg_300.ckpt, which also failed. Has anyone met the same problem before? I need your help!! Thanks a lot!!!