Skip to content

Commit 1eec8af

Browse files
zhoumingjunapaszke
authored andcommitted
tgz_mdf is misspelled
tgz_mdf should be changed to tgz_md5 to make it work
1 parent 46cbea5 commit 1eec8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/datasets/cifar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class CIFAR10(data.Dataset):
1515
base_folder = 'cifar-10-batches-py'
1616
url = "http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz"
1717
filename = "cifar-10-python.tar.gz"
18-
tgz_mdf = 'c58f30108f718f92721af3b95e74349a'
18+
tgz_md5 = 'c58f30108f718f92721af3b95e74349a'
1919
train_list = [
2020
['data_batch_1', 'c99cafc152244af753f735de768cd75f'],
2121
['data_batch_2', 'd4bba439e000b95fd0a9bffe97cbabec'],

0 commit comments

Comments
 (0)