Restnet50 / config.json
jays009's picture
Update config.json
9faeffd verified
raw
history blame contribute delete
404 Bytes
{
"model_type": "resnet",
"task": "image-classification",
"framework": "pytorch",
"pipeline_tag": "image-classification",
"preprocessing": {
"resize": 256,
"center_crop": 224,
"normalize": [0.485, 0.456, 0.406],
"normalize_std": [0.229, 0.224, 0.225]
},
"license": "apache-2.0",
"tags": [
"image-classification",
"wheat-disease-detection",
"agriculture"
]
}