jpterry commited on
Commit
eccf9f2
1 Parent(s): 8fdd90f

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_classes": 2,
3
+ "gamma": 0.029768470449465057,
4
+ "lr": 0.008383851744497892,
5
+ "weight_decay": 0.000196304392793202,
6
+ "batch_size": 32,
7
+ "num_channels": 75,
8
+ "stochastic_depth_prob": 0.08398410137077088,
9
+ "dropout": 0.03351826828687193,
10
+ "width_mult": 1.144132674734038,
11
+ "depth_mult": 1.2267023928285563,
12
+ "size": "v2_s"
13
+ }