jpterry commited on
Commit
304ed71
·
1 Parent(s): 00e189e
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ effnet_hparams = {61: {
40
  "dropout": 0.027804120950575217,
41
  "width_mult": 1.060782511229692,
42
  "depth_mult": 0.7752918857163054,
 
43
  }}
44
  # effnet_config = SimpleNamespace(**effnet_hparams)
45
 
 
40
  "dropout": 0.027804120950575217,
41
  "width_mult": 1.060782511229692,
42
  "depth_mult": 0.7752918857163054,
43
+ "size": "v2_s",
44
  }}
45
  # effnet_config = SimpleNamespace(**effnet_hparams)
46