pnasnet5large.tf_in1k / config.json
rwightman's picture
rwightman HF staff
Update config.json
e4d0d01
{
"architecture": "pnasnet5large",
"num_classes": 1000,
"num_features": 4320,
"pretrained_cfg": {
"tag": "tf_in1k",
"custom_load": false,
"input_size": [
3,
331,
331
],
"fixed_input_size": false,
"interpolation": "bicubic",
"crop_pct": 0.911,
"crop_mode": "center",
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"num_classes": 1000,
"pool_size": [
11,
11
],
"first_conv": "conv_0.conv",
"classifier": "last_linear"
}
}