edadaltocg commited on
Commit
7ead42a
1 Parent(s): 45016fa

Upload hyperparameters.json

Browse files
Files changed (1) hide show
  1. hyperparameters.json +14 -0
hyperparameters.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": null,
3
+ "model": "resnet50_supcon_cifar100",
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": "cifar100",
13
+ "training_mode": "supcon"
14
+ }