Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbhliu authored Feb 12, 2022
1 parent bbb7c99 commit e75b2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-local/bin/unpack_cifar10.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

work_dir = os.path.abspath(sys.argv[1])
test_dir = os.path.abspath(os.path.join(sys.argv[2], 'test'))
train_dir = os.path.abspath(os.path.join(sys.argv[2], 'train+val'))
train_dir = os.path.abspath(os.path.join(sys.argv[2], 'val'))

cifar10 = CIFAR10(work_dir, download=True)

Expand Down

0 comments on commit e75b2aa

Please sign in to comment.