Skip to content

Commit

Permalink
tgz_mdf is misspelled
Browse files Browse the repository at this point in the history
tgz_mdf should be changed to tgz_md5 to make it work
  • Loading branch information
zhoumingjun authored and apaszke committed Jan 23, 2017
1 parent 46cbea5 commit 1eec8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/datasets/cifar.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CIFAR10(data.Dataset):
base_folder = 'cifar-10-batches-py'
url = "http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz"
filename = "cifar-10-python.tar.gz"
tgz_mdf = 'c58f30108f718f92721af3b95e74349a'
tgz_md5 = 'c58f30108f718f92721af3b95e74349a'
train_list = [
['data_batch_1', 'c99cafc152244af753f735de768cd75f'],
['data_batch_2', 'd4bba439e000b95fd0a9bffe97cbabec'],
Expand Down

0 comments on commit 1eec8af

Please sign in to comment.