|
{ |
|
"architecture": "densenet121", |
|
"num_classes": 10, |
|
"num_features": 384, |
|
"pretrained_cfg": { |
|
"num_classes": 10, |
|
"input_size": [ |
|
3, |
|
32, |
|
32 |
|
], |
|
"pool_size": [ |
|
4, |
|
4 |
|
], |
|
"crop_pct": 0.875, |
|
"interpolation": "bilinear", |
|
"fixed_input_size": false, |
|
"mean": [ |
|
0.4377, |
|
0.4438, |
|
0.4728 |
|
], |
|
"std": [ |
|
0.198, |
|
0.201, |
|
0.197 |
|
], |
|
"first_conv": "features.conv0", |
|
"classifier": "classifier" |
|
}, |
|
"url": "https://huggingface.co/edadaltocg/densenet121_svhn/resolve/main/pytorch_model.bin", |
|
"input_size": [ |
|
3, |
|
32, |
|
32 |
|
], |
|
"pool_size": [ |
|
4, |
|
4 |
|
], |
|
"crop_pct": 0.875, |
|
"interpolation": "bilinear", |
|
"fixed_input_size": false, |
|
"mean": [ |
|
0.4377, |
|
0.4438, |
|
0.4728 |
|
], |
|
"std": [ |
|
0.198, |
|
0.201, |
|
0.197 |
|
], |
|
"first_conv": "features.conv0", |
|
"classifier": "classifier" |
|
} |