Open civilman628 opened 7 years ago
Same problem for me
did you get the xxx.ckpt file?after training the model ,i didn`t get the xxx.ckpt file,so my test failed。and it repeated the print message “waiting for xxx.ckpt file exist”。
Did you solve the problem ? @civilman628 @zjz5250
yes ,l have solved it
Please refer to #139 .
Now the training output files are .data-XXX-XXX-XXX, .ckpt.index .ckpt.meta
.data file should contain all the weights, it is large and normal, about 540MB. But .ckpt.meta should be the one contain graph info only and should be very small. My output .meta file size is about 540MB as well. why the output for faster-rcnn is so large?
Now for each output, both .data and .meta will take 1GB space.