Upload model_config.json with huggingface_hub
Browse files- model_config.json +5 -0
model_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"arch": "efficientnet",
|
| 3 |
+
"num_classes": 10,
|
| 4 |
+
"img_size": 128
|
| 5 |
+
}
|