rwightman's picture
rwightman HF staff
Update config.json
548a334
{
"architecture": "inception_resnet_v2",
"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.8975,
"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": "conv2d_1a.conv",
"classifier": "classif"
}
}