File size: 460 Bytes
4f11858
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "arch": "resnet50",
  "num_classes": 1000,
  "input_size": 224,
  "normalization_mean": [
    0.485,
    0.456,
    0.406
  ],
  "normalization_std": [
    0.229,
    0.224,
    0.225
  ],
  "upstream": {
    "robustbench_model_name": "Standard_R50",
    "robustbench_dataset": "imagenet",
    "robustbench_threat_model": "corruptions",
    "torchvision_weights": "ResNet50_Weights.IMAGENET1K_V1"
  },
  "clean_imagenet_val": null,
  "n_params": 25557032
}