ruotianluo / ImageCaptioning.pytorch

I decide to sync up this repo and self-critical.pytorch. (The old master is in old master branch for archive)
MIT License
1.44k stars 412 forks source link

RuntimeError: unexpected EOF, expected 4233720 more bytes. The file might be corrupted. #162

Open atul1234anand opened 2 years ago

atul1234anand commented 2 years ago

Got the above error when running python3 tools/eval.py --model model-best.pth --infos_path infos_fc_nsc-best.pkl --image_folder ../drive/MyDrive/IMAG --num_images 1

What do I do?