Skip to content

Commit 80b9255

Browse files
committed
moving cifar_test
1 parent 10c27e7 commit 80b9255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py cifar_test/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
help='Weight decay')
2323
parser.add_argument('--batch_size', type=int, default=128,
2424
help='The batch size')
25-
parser.add_argument('--cifar_path', type=str, default='data',
25+
parser.add_argument('--cifar_path', type=str, default='../data',
2626
help='The path to the CIFAR10 dataset')
2727
parser.add_argument('--num_workers', type=int, default=0,
2828
help='The number of workers to load the data')

0 commit comments

Comments
 (0)