edadaltocg
commited on
Commit
•
c9c3f31
1
Parent(s):
16733e6
Upload hyperparameters.json
Browse files- hyperparameters.json +14 -0
hyperparameters.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": null,
|
3 |
+
"model": "resnet50_supcon_cifar10",
|
4 |
+
"batch_size": 512,
|
5 |
+
"epochs": 501,
|
6 |
+
"lr": 0.5,
|
7 |
+
"warmup_epochs": 10,
|
8 |
+
"validation_frequency": 50,
|
9 |
+
"output_features_dim": 128,
|
10 |
+
"seed": 1,
|
11 |
+
"debug": false,
|
12 |
+
"dataset": "cifar10",
|
13 |
+
"training_mode": "supcon"
|
14 |
+
}
|