Upload 2 files
Browse files- config.json +7 -0
- preprocessor_config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": ["EfficientNetV2Model"],
|
3 |
+
"num_labels": 39,
|
4 |
+
"model_type": "efficientnet_v2",
|
5 |
+
"hidden_size": 1280,
|
6 |
+
"quantized": true
|
7 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"size": [512, 512],
|
3 |
+
"mean": [0.485, 0.456, 0.406],
|
4 |
+
"std": [0.229, 0.224, 0.225],
|
5 |
+
"normalize": true
|
6 |
+
}
|
7 |
+
|