State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
13.56k
stars
3.23k
forks
source link
[Mask R-CNN/PyTorch] Checksum mismatch for train2017.zip #1215
I am experiencing a checksum mismatch for train2017.zip for PyTorch Mask R-CNN when trying to download the COCO 2017 dataset.
I ran:
cd DeepLearningExamples/PyTorch/Segmentation/MaskRCNN./download_dataset.sh <data/dir>
I am getting the following output saying that train2017.zip has failed the hashcheck:
coco_annotations_minival.tgz: OK
train2017.zip: FAILED
val2017.zip: OK
annotations_trainval2017.zip: OK
md5sum: WARNING: 1 computed checksum did NOT match
DOWNLOAD FAILED HASHCHECK
I want to know if the checksum in hashes.md5 for train2017.zip is outdated?
I am experiencing a checksum mismatch for train2017.zip for PyTorch Mask R-CNN when trying to download the COCO 2017 dataset.
I ran:
cd DeepLearningExamples/PyTorch/Segmentation/MaskRCNN
./download_dataset.sh <data/dir>
I am getting the following output saying that train2017.zip has failed the hashcheck: coco_annotations_minival.tgz: OK train2017.zip: FAILED val2017.zip: OK annotations_trainval2017.zip: OK md5sum: WARNING: 1 computed checksum did NOT match DOWNLOAD FAILED HASHCHECK
I want to know if the checksum in hashes.md5 for train2017.zip is outdated?