inception_v4.tf_in1k / config.json
rwightman's picture
rwightman HF staff
Update config.json
12b1502
{
"architecture": "inception_v4",
"num_classes": 1000,
"num_features": 1536,
"pretrained_cfg": {
"tag": "tf_in1k",
"custom_load": false,
"input_size": [
3,
299,
299
],
"fixed_input_size": false,
"interpolation": "bicubic",
"crop_pct": 0.875,
"crop_mode": "center",
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"num_classes": 1000,
"pool_size": [
8,
8
],
"first_conv": "features.0.conv",
"classifier": "last_linear"
}
}