facebookresearch / mmf

A modular framework for vision & language multimodal research from Facebook AI Research (FAIR)
https://mmf.sh/
Other
5.48k stars 935 forks source link

AssertionError: Checksum of downloaded file does not match the expected checksum. Please try again. #478

Closed aryamansriram closed 4 years ago

aryamansriram commented 4 years ago

🐛 Bug

Getting checksum error while trying to run baseline for hateful memes dataset

Command

!mmf_convert_hm --zip_file=gdrive/My\ Drive/Lnmwdnq3YcF7F3YsJncp.zip --password=KexZs4tn8hujn1nK

To Reproduce

Refer to the steps here Steps to reproduce the behavior:

P.S Encountered the error while running on colab, is the error because of that?

vedanuj commented 4 years ago

Can you try adding --bypass_checksum and rerun?

aryamansriram commented 4 years ago

Yep, this solved it