Efferbach commited on
Commit
8be6448
1 Parent(s): 874460b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mobilenet_v2_1.0_224",
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": "background",
15
+ "1": "left",
16
+ "2": "right"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "label2id": {
21
+ "background": "0",
22
+ "left": "1",
23
+ "right": "2"
24
+ },
25
+ "layer_norm_eps": 0.001,
26
+ "min_depth": 8,
27
+ "model_type": "mobilenet_v2",
28
+ "num_channels": 3,
29
+ "output_stride": 32,
30
+ "semantic_loss_ignore_index": 255,
31
+ "tf_padding": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.28.0.dev0"
34
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_normalize": true,
8
+ "do_rescale": true,
9
+ "do_resize": true,
10
+ "image_mean": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "image_processor_type": "MobileNetV2ImageProcessor",
16
+ "image_std": [
17
+ 0.5,
18
+ 0.5,
19
+ 0.5
20
+ ],
21
+ "resample": 2,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "shortest_edge": 256
25
+ }
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c32a253f6c8e560d93d7c502d6c6ab8285f19de0c06c77d91a9cb00e9ed223c
3
+ size 10341757
runs/Apr08_20-20-56_ae0620a44ee5/1680985306.2684357/events.out.tfevents.1680985306.ae0620a44ee5.6409.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:071c07b28955f7cd8aaacea2c6696af92e5b17d94f91a5ef9382c8fb65a0c1be
3
+ size 5947
runs/Apr08_20-20-56_ae0620a44ee5/events.out.tfevents.1680985306.ae0620a44ee5.6409.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416e1fd4c98edb4dece160813679587638fd4fd3b9c9fc9a5d9a75b2cdea4b4a
3
+ size 4676
runs/Apr08_20-28-01_ae0620a44ee5/1680985688.2459443/events.out.tfevents.1680985688.ae0620a44ee5.8331.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e8134e8cf074e351d626c9573b09a259ca89cea8b4e503b237b1d0db33e5dc9
3
+ size 5947
runs/Apr08_20-28-01_ae0620a44ee5/events.out.tfevents.1680985688.ae0620a44ee5.8331.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b9a56e27a44273bebe14f0077094f939b99f486379764d1a03d76542180e597
3
+ size 5457
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:569349a5d713924210090b8afbc781e9d129944283a26fc3f58b8db3371f9309
3
+ size 3707