Hello,
Is there any way to get download via wget or curl.
I seem to be having an issue with unipping
mmf_convert_hm --zip_file=XjiOc5ycDBRRNwbhRlgH.zip --password=XXXXXXXXX
Data folder is XXXXX/.cache/torch/mmf/data
Zip path is XjiOc5ycDBRRNwbhRlgH.zip
Starting checksum for XjiOc5ycDBRRNwbhRlgH.zip
Traceback (most recent call last):
…
AssertionError: Checksum of downloaded file does not match the expected checksum. Please try again.
And indeed two downloads have different sha hashes
(mmf) [yyy@XXX hateful_memes]$ sha1sum ~/Downloads/XjiOc5ycDBRRNwbhRlgH.zip
d03fc58cd09d3318b626435647f3e80a5935c29a /home/vvm/Downloads/XjiOc5ycDBRRNwbhRlgH.zip
(mmf) [yyy@XXX hateful_memes]$ sha1sum XjiOc5ycDBRRNwbhRlgH.zip
cdc0afe024c1fab2e851206f6cfabe527b93fc50 XjiOc5ycDBRRNwbhRlgH.zip
Is it possible that S3 bucket service is flaky?
Can somebody post hash algo and valid hash please?
Thank you in advance!