test_model_rnv250b / config.json
rwightman's picture
rwightman HF staff
Update config.json
78ad201
{
"url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rsb-weights/resnetv2_50_a1h-000cdf49.pth",
"num_classes": 1000,
"input_size": [
3,
224,
224
],
"pool_size": [
7,
7
],
"crop_pct": 0.95,
"interpolation": "bicubic",
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"first_conv": "stem.conv",
"classifier": "head.fc",
"architecture": "resnetv2_50",
"num_features": 2048
}