inception_512 / config.json
Thaweewat's picture
Add model
2403865 verified
raw
history blame contribute delete
No virus
653 Bytes
{
"architecture": "inception_v4",
"num_classes": 4,
"num_features": 1536,
"label_names": [
"1_Normal",
"2_OME",
"4_AOM",
"5_Perforation"
],
"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"
}
}