File size: 353 Bytes
c6572b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "model_type": "mobilenet_v2",
  "hidden_act": "relu6",
  "hidden_size": 1280,
  "image_size": 160,
  "initializer_range": 0.02,
  "num_channels": 3,
  "num_classes": 2,
  "id2label": {
    "0": "indoor",
    "1": "outdoor"
  },
  "label2id": {
    "indoor": 0,
    "outdoor": 1
  },
  "architectures": [
    "MobileNetV2ForImageClassification"
  ]
}