FileNotFoundError: [Errno 2] No such file or directory: '/train_result/detector_177.ckpt'
aldemirfilho opened this issue · 1 comments
aldemirfilho commented
I saw a similar question already answered regarding the tests, in this case in the training stage, how can I proceed?
FileNotFoundError: [Errno 2] No such file or directory: '/train_result/detector_177.ckpt'
Thanks!
ymli39 commented
Did you save the model in that directory? If yes then you need to change the model directory '/train_result/detector_177.ckpt' to the correct name that matches your saved model....