Factral commited on
Commit
261b672
1 Parent(s): 0034b57

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -36
config.json CHANGED
@@ -1,11 +1,5 @@
1
  {
2
- "_name_or_path": "test",
3
- "depths": [
4
- 3,
5
- 4,
6
- 6,
7
- 3
8
- ],
9
  "num_labels": 5,
10
  "id2label": {
11
  "0": "Brick",
@@ -21,34 +15,5 @@
21
  "Plastic": 3,
22
  "Wood": 4
23
  },
24
- "downsample_in_bottleneck": false,
25
- "downsample_in_first_stage": false,
26
- "embedding_size": 64,
27
- "freeze": true,
28
- "hidden_act": "relu",
29
- "hidden_sizes": [
30
- 256,
31
- 512,
32
- 1024,
33
- 2048
34
- ],
35
- "layer_type": "bottleneck",
36
- "model_type": "resnet",
37
- "num_channels": 3,
38
- "out_features": [
39
- "stage4"
40
- ],
41
- "out_indices": [
42
- 4
43
- ],
44
- "outputs": 5,
45
- "pretrained": true,
46
- "stage_names": [
47
- "stem",
48
- "stage1",
49
- "stage2",
50
- "stage3",
51
- "stage4"
52
- ],
53
  "transformers_version": "4.42.4"
54
  }
 
1
  {
2
+
 
 
 
 
 
 
3
  "num_labels": 5,
4
  "id2label": {
5
  "0": "Brick",
 
15
  "Plastic": 3,
16
  "Wood": 4
17
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  "transformers_version": "4.42.4"
19
  }