Bingsu's picture
Update config.json
2494ced
{
"url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights-maxx/maxvit_rmlp_tiny_rw_256_sw-bbef0ff5.pth",
"num_classes": 10,
"input_size": [
3,
256,
256
],
"pool_size": [
8,
8
],
"crop_pct": 0.95,
"interpolation": "bicubic",
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"first_conv": "stem.conv1",
"classifier": "head.fc",
"fixed_input_size": true,
"architecture": "maxvit_rmlp_tiny_rw_256",
"num_features": 512,
"labels": [
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
]
}