random / config.json
shupeng-wang's picture
Add model
668769f verified
raw
history blame contribute delete
No virus
610 Bytes
{
"architecture": "tinynet_e",
"num_classes": 1000,
"num_features": 1280,
"label_names": [
"a",
"b"
],
"pretrained_cfg": {
"tag": "in1k",
"custom_load": false,
"input_size": [
3,
106,
106
],
"fixed_input_size": false,
"interpolation": "bicubic",
"crop_pct": 0.875,
"crop_mode": "center",
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
],
"num_classes": 1000,
"pool_size": [
4,
4
],
"first_conv": "conv_stem",
"classifier": "classifier"
}
}