edadaltocg
commited on
Commit
•
38cd970
1
Parent(s):
ab9a8d3
Upload hyperparameters.json
Browse files- hyperparameters.json +3 -3
hyperparameters.json
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
"config": "scripts/train_configs/cifar100.json",
|
3 |
"model": "resnet18_cifar100",
|
4 |
"dataset": "cifar100",
|
5 |
-
"batch_size":
|
6 |
-
"epochs":
|
7 |
"validation_frequency": 5,
|
8 |
"seed": 1,
|
9 |
"criterion": "CrossEntropyLoss",
|
@@ -16,7 +16,7 @@
|
|
16 |
},
|
17 |
"scheduler": "CosineAnnealingLR",
|
18 |
"scheduler_kwargs": {
|
19 |
-
"T_max":
|
20 |
},
|
21 |
"debug": false
|
22 |
}
|
|
|
2 |
"config": "scripts/train_configs/cifar100.json",
|
3 |
"model": "resnet18_cifar100",
|
4 |
"dataset": "cifar100",
|
5 |
+
"batch_size": 128,
|
6 |
+
"epochs": 300,
|
7 |
"validation_frequency": 5,
|
8 |
"seed": 1,
|
9 |
"criterion": "CrossEntropyLoss",
|
|
|
16 |
},
|
17 |
"scheduler": "CosineAnnealingLR",
|
18 |
"scheduler_kwargs": {
|
19 |
+
"T_max": 280
|
20 |
},
|
21 |
"debug": false
|
22 |
}
|