Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
"depth_coefficient": 1.0,
|
| 5 |
"width_coefficient": 1.0,
|
| 6 |
"dropout_rate": 0.2,
|
| 7 |
-
"
|
| 8 |
-
"image_size": 224
|
|
|
|
| 9 |
}
|
|
|
|
| 4 |
"depth_coefficient": 1.0,
|
| 5 |
"width_coefficient": 1.0,
|
| 6 |
"dropout_rate": 0.2,
|
| 7 |
+
"num_labels": 1000,
|
| 8 |
+
"image_size": 224,
|
| 9 |
+
"framework": "pytorch"
|
| 10 |
}
|