2021-06-10 15:53:22 +02:00
|
|
|
class_or_func: CIFAR10
|
|
|
|
module_path: torchvision.datasets
|
|
|
|
args: []
|
|
|
|
kwargs:
|
|
|
|
train: False
|
|
|
|
download: True
|
|
|
|
transform:
|
|
|
|
class_or_func: Compose
|
|
|
|
module_path: torchvision.transforms
|
|
|
|
args:
|
|
|
|
-
|
|
|
|
- class_or_func: ToTensor
|
|
|
|
module_path: torchvision.transforms
|
|
|
|
args: []
|
|
|
|
kwargs: {}
|
|
|
|
- class_or_func: Normalize
|
|
|
|
module_path: torchvision.transforms
|
|
|
|
args: []
|
|
|
|
kwargs:
|
2021-06-11 08:42:00 +02:00
|
|
|
mean: [0.491, 0.482, 0.447]
|
|
|
|
std: [0.247, 0.244, 0.262]
|
2021-06-10 15:53:22 +02:00
|
|
|
kwargs: {}
|