|
{ |
|
"architecture": "resnet50", |
|
"num_classes": 10, |
|
"num_features": 2048, |
|
"pretrained_cfg": { |
|
"num_classes": 10, |
|
"input_size": [ |
|
3, |
|
32, |
|
32 |
|
], |
|
"pool_size": [ |
|
4, |
|
4 |
|
], |
|
"crop_pct": 1, |
|
"interpolation": "bilinear", |
|
"fixed_input_size": false, |
|
"mean": [ |
|
0.5071, |
|
0.4867, |
|
0.4408 |
|
], |
|
"std": [ |
|
0.2675, |
|
0.2565, |
|
0.2761 |
|
], |
|
"first_conv": "conv1", |
|
"classifier": "fc" |
|
}, |
|
"url": "https://huggingface.co/edadaltocg/resnet50_simclr_cifar100/resolve/main/pytorch_model.bin", |
|
"input_size": [ |
|
3, |
|
32, |
|
32 |
|
], |
|
"pool_size": [ |
|
4, |
|
4 |
|
], |
|
"crop_pct": 1, |
|
"interpolation": "bilinear", |
|
"fixed_input_size": false, |
|
"mean": [ |
|
0.5071, |
|
0.4867, |
|
0.4408 |
|
], |
|
"std": [ |
|
0.2675, |
|
0.2565, |
|
0.2761 |
|
], |
|
"first_conv": "conv1", |
|
"classifier": "fc" |
|
} |