longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.55k stars 420 forks source link

File accessibilty: Unable to open file #30

Open herleeyandi opened 7 years ago

herleeyandi commented 7 years ago

Hello I am trying to train YOLO using VOC dataset. I follow your instruction. I have successfully run and save the model, but when I entering epoch 5 in iteration 305/313, I got an error because of file accessibility. Here is the complete error. Tho model has been saved until epoch 5. image How can I fixed it? -Thank you-