vgg16_bn_cifar10 / config.json
edadaltocg's picture
Update model
5eda97e
raw
history blame contribute delete
900 Bytes
{
"architecture": "vgg16_bn",
"num_classes": 10,
"num_features": 4096,
"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.4914,
0.4822,
0.4465
],
"std": [
0.2023,
0.1994,
0.201
],
"first_conv": "features.0",
"classifier": "head.fc"
},
"url": "https://huggingface.co/edadaltocg/vgg16_bn_cifar10/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.4914,
0.4822,
0.4465
],
"std": [
0.2023,
0.1994,
0.201
],
"first_conv": "features.0",
"classifier": "head.fc"
}