tf-faster-rcnn icon indicating copy to clipboard operation
tf-faster-rcnn copied to clipboard

pre_trained model(res50)get wrong

Open ljh9999 opened this issue 5 years ago • 0 comments

How do you use res50 as a pre-training model?I uncompressed and renamed res50 as res101, like this: mv resnet_v1_50.ckpt res50.ckpt But here's the mistake: Unable to open table file data/imagenet_weights/res50. CKPT: data loss: not an sstable (bad magic number):Perhaps your file is in a different file format and you need to use a different restore operator?

ljh9999 avatar Nov 27 '19 03:11 ljh9999