atong01 / conditional-flow-matching

TorchCFM: a Conditional Flow Matching library
https://arxiv.org/abs/2302.00482
MIT License
1.25k stars 101 forks source link

zipfile.BadZipFile: File is not a zip file #70

Closed President-T closed 1 year ago

President-T commented 1 year ago

python3 compute_fid.py --model "otcfm" --step 400000 --integration_method dopri5; bug: XXX/python3.10/zipfile.py", line 1336, in _RealGetContents raise BadZipFile("File is not a zip file") zipfile.BadZipFile: File is not a zip file

atong01 commented 1 year ago

Thanks for the issue! I haven't seen this before. Could you give a bit more context on the error? ideally the full trace, but ideally what in our code leads to this.

President-T commented 1 year ago

I'm very sorry, the above bug is due to an issue with my Python environment and has been resolved. Thank you for your reply!

atong01 commented 1 year ago

No problem at all! Perhaps someone else will have the same issue in the future and this will help them. Closing the issue.