File size: 405 Bytes
cc00c36
ea287e4
8f59583
d4fcb11
 
 
 
 
 
 
 
 
 
 
 
 
 
cc00c36
d4fcb11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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"
  ]
}