Closed toehold closed 4 years ago
Hi,
I am using slurm to run the training set coco, downloaded, unzipped the train2017 and val2017 images, but I get after around 45min this error:
FileNotFoundError: [Errno 2] No such file or directory: '../cocoapi/images/val2017/000000397133.jpg'
But the file is there: ls -l val2017/000000397133.jpg -rw-rw-r-- 1 root root 200576 Aug 16 2014 val2017/000000397133.jpg
The Output file shows this as the last line:
0000/10000 [==============================] - 2762s 276ms/step - loss: 2.8378 - regression_loss: 1.9984 - classification_loss: 0.8394
Any ideas?
Thanks a lot!
This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
I am using slurm to run the training set coco, downloaded, unzipped the train2017 and val2017 images, but I get after around 45min this error:
FileNotFoundError: [Errno 2] No such file or directory: '../cocoapi/images/val2017/000000397133.jpg'
But the file is there: ls -l val2017/000000397133.jpg -rw-rw-r-- 1 root root 200576 Aug 16 2014 val2017/000000397133.jpg
The Output file shows this as the last line:
0000/10000 [==============================] - 2762s 276ms/step - loss: 2.8378 - regression_loss: 1.9984 - classification_loss: 0.8394
Any ideas?
Thanks a lot!