resnet50-random / config.json
alexionby's picture
Update config.json
4283ebf verified
{
"url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rsb-weights/resnet50_a1_0-14fe96d1.pth",
"num_classes": 2,
"input_size": [
3,
1024,
1024
],
"pool_size": [
7,
7
],
"crop_pct": 0.75,
"interpolation": "bicubic",
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
],
"first_conv": "conv1",
"classifier": "fc",
"architecture": "resnet50",
"num_features": 2048,
"labels": [
"Gen",
"Real"
]
}