smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow
MIT License
2.34k stars 1.12k forks source link

why the output file .meta is so large #172

Open civilman628 opened 7 years ago

civilman628 commented 7 years ago

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.

gdelab commented 7 years ago

Same problem for me

zjz5250 commented 7 years ago

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”。

Kienlgk commented 7 years ago

Did you solve the problem ? @civilman628 @zjz5250

zjz5250 commented 7 years ago

yes ,l have solved it

zjz5250 commented 7 years ago

Please refer to #139 .