bug fix
Browse files
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 |
|