File size: 530 Bytes
946b40a 1f67134 8a92f25 183ad08 3bee0e0 9e2eeb8 fd46106 8a92f25 fd46106 8a92f25 5967c32 946b40a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"auto_map": {
"AutoConfig": "configuration_efficientnetv25.EfficientNetV25Config",
"AutoModel": "modeling_efficientnetv25.EfficientNetV25ForImageClassification"
},
"input_size": [
3,
304,
304
],
"interpolation": "bicubic",
"mean": [
0.5,
0.5,
0.5
],
"model_type": "efficientnetv25",
"num_classes": 1000,
"std": [
0.5,
0.5,
0.5
],
"transformers_version": "4.34.0",
"url": "https://huggingface.co/FredZhang7/efficientnetv25_rw_s/resolve/main/pytorch_model.pth"
} |