gabryland commited on
Commit
07edf14
1 Parent(s): 3bc023a

Training in progress, step 400

Browse files
Files changed (3) hide show
  1. config.json +59 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/deeplabv3_mobilenet_v2_1.0_513",
3
+ "architectures": [
4
+ "MobileNetV2ForSemanticSegmentation"
5
+ ],
6
+ "classifier_dropout_prob": 0.8,
7
+ "depth_divisible_by": 8,
8
+ "depth_multiplier": 1.0,
9
+ "expand_ratio": 6,
10
+ "finegrained_output": true,
11
+ "first_layer_is_expansion": true,
12
+ "hidden_act": "relu6",
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2",
17
+ "3": "LABEL_3",
18
+ "4": "LABEL_4",
19
+ "5": "LABEL_5",
20
+ "6": "LABEL_6",
21
+ "7": "LABEL_7",
22
+ "8": "LABEL_8",
23
+ "9": "LABEL_9",
24
+ "10": "LABEL_10",
25
+ "11": "LABEL_11",
26
+ "12": "LABEL_12",
27
+ "13": "LABEL_13"
28
+ },
29
+ "image_size": [
30
+ 512,
31
+ 512
32
+ ],
33
+ "initializer_range": 0.02,
34
+ "label2id": {
35
+ "LABEL_0": 0,
36
+ "LABEL_1": 1,
37
+ "LABEL_10": 10,
38
+ "LABEL_11": 11,
39
+ "LABEL_12": 12,
40
+ "LABEL_13": 13,
41
+ "LABEL_2": 2,
42
+ "LABEL_3": 3,
43
+ "LABEL_4": 4,
44
+ "LABEL_5": 5,
45
+ "LABEL_6": 6,
46
+ "LABEL_7": 7,
47
+ "LABEL_8": 8,
48
+ "LABEL_9": 9
49
+ },
50
+ "layer_norm_eps": 0.001,
51
+ "min_depth": 8,
52
+ "model_type": "mobilenet_v2",
53
+ "num_channels": 3,
54
+ "output_stride": 8,
55
+ "semantic_loss_ignore_index": 255,
56
+ "tf_padding": true,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.32.1"
59
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d230054dc27393d6d8369c2c7cf8ec07ac62d5bca4d1e5bdb0d5f140462f7b99
3
+ size 10353021
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ace053f789b174a2d9b5854778464ef1f54a2c48d6663932485abf180a99eaa
3
+ size 4027