| { | |
| "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 | |
| } |