FredZhang7
commited on
Commit
•
6c611f2
1
Parent(s):
5967c32
Update configuration_efficientnetv25.py
Browse files
configuration_efficientnetv25.py
CHANGED
@@ -4,7 +4,7 @@ class EfficientNetV25Config(PretrainedConfig):
|
|
4 |
model_type = "efficientnetv25"
|
5 |
|
6 |
def __init__(self,
|
7 |
-
url="https://huggingface.co/FredZhang7/
|
8 |
input_size=[3, 304, 304],
|
9 |
num_classes=1000,
|
10 |
interpolation="bicubic",
|
|
|
4 |
model_type = "efficientnetv25"
|
5 |
|
6 |
def __init__(self,
|
7 |
+
url="https://huggingface.co/FredZhang7/efficientnetv25_rw_s/resolve/main/pytorch_model.pth",
|
8 |
input_size=[3, 304, 304],
|
9 |
num_classes=1000,
|
10 |
interpolation="bicubic",
|