ymli39 / DeepSEED-3D-ConvNets-for-Pulmonary-Nodule-Detection

DeepSEED: 3D Squeeze-and-Excitation Encoder-Decoder ConvNets for Pulmonary Nodule Detection
MIT License
106 stars 32 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/train_result/detector_177.ckpt' #37

Closed aldemirfilho closed 2 years ago

aldemirfilho commented 2 years ago

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 2 years ago

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....