File size: 481 Bytes
62a161c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78ad201
62a161c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "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
}