FredZhang7
commited on
Commit
·
3bee0e0
1
Parent(s):
0a04b8c
add input_size
Browse files- config.json +6 -1
config.json
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
{
|
2 |
"model_type": "CustomEfficientNetV2",
|
3 |
-
"url": "https://huggingface.co/FredZhang7/efficientnetv2.5_rw_s/resolve/main/efficientnetv2.5_base_in1k.pth"
|
|
|
|
|
|
|
|
|
|
|
4 |
}
|
|
|
1 |
{
|
2 |
"model_type": "CustomEfficientNetV2",
|
3 |
+
"url": "https://huggingface.co/FredZhang7/efficientnetv2.5_rw_s/resolve/main/efficientnetv2.5_base_in1k.pth",
|
4 |
+
"input_size": [
|
5 |
+
3,
|
6 |
+
304,
|
7 |
+
304
|
8 |
+
]
|
9 |
}
|