jpterry commited on
Commit
afa67b9
1 Parent(s): c0db29b

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.04294256770072906,
4
+ "lr": 0.010208864616781627,
5
+ "weight_decay": 0.00014537466483781656,
6
+ "batch_size": 16,
7
+ "num_channels": 47,
8
+ "stochastic_depth_prob": 0.017760418815821067,
9
+ "dropout": 0.039061686292663655,
10
+ "width_mult": 0.7540060155156922,
11
+ "depth_mult": 0.9378692812212488,
12
+ "size": "v2_s"
13
+ }