We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b43c67 commit ff428eaCopy full SHA for ff428ea
config.yaml
@@ -32,6 +32,8 @@ dataloader:
32
num_classes: 1000
33
# Path to dataset directory (currently only ImageNet supported)
34
path: /localhome/fair/Dataset/imagenet
35
+ # Size of mini-batch
36
+ batch_size: 64
37
# Number of data loading workers
38
workers: 32
39
# Seeds random generators in a deterministic way (i.e., set all the seeds 0).
@@ -107,7 +109,6 @@ quan:
107
109
# If this field is true, all the bellowing options will be ignored
108
110
eval: false
111
-batch_size: 64
112
epochs: 90
113
114
optimizer:
0 commit comments