Update xmisc with yaml
This commit is contained in:
7
configs/data.yaml/cifar10.test
Normal file
7
configs/data.yaml/cifar10.test
Normal file
@@ -0,0 +1,7 @@
|
||||
class_or_func: CIFAR10
|
||||
module_path: torchvision.datasets
|
||||
args: []
|
||||
kwargs:
|
||||
train: False
|
||||
download: True
|
||||
transform: null
|
7
configs/data.yaml/cifar10.train
Normal file
7
configs/data.yaml/cifar10.train
Normal file
@@ -0,0 +1,7 @@
|
||||
class_or_func: CIFAR10
|
||||
module_path: torchvision.datasets
|
||||
args: []
|
||||
kwargs:
|
||||
train: True
|
||||
download: True
|
||||
transform: null
|
Reference in New Issue
Block a user