jayanthspratap commited on
Commit
d6a45a9
1 Parent(s): 6bd663d

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mobilenet_v2_1.0_224",
3
+ "architectures": [
4
+ "MobileNetV2ForImageClassification"
5
+ ],
6
+ "classifier_dropout_prob": 0.2,
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": "lat",
15
+ "1": "pa"
16
+ },
17
+ "image_size": 224,
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "lat": 0,
21
+ "pa": 1
22
+ },
23
+ "layer_norm_eps": 0.001,
24
+ "min_depth": 8,
25
+ "model_type": "mobilenet_v2",
26
+ "num_channels": 3,
27
+ "output_stride": 32,
28
+ "problem_type": "single_label_classification",
29
+ "semantic_loss_ignore_index": 255,
30
+ "tf_padding": true,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.28.0"
33
+ }
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:fdd148a1127bc6086f5ea09175b5376a0a8d615c61e945005d8d0d09bf465513
3
+ size 9150645
runs/Aug19_00-27-58_ip-172-16-95-1.us-west-2.compute.internal/1692404895.0909271/events.out.tfevents.1692404895.ip-172-16-95-1.us-west-2.compute.internal.15426.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4201d79422823bf20f921d5e86fed8a4feb2e6c9957db8b1f2259a6a5ce052d8
3
+ size 5942
runs/Aug19_00-27-58_ip-172-16-95-1.us-west-2.compute.internal/events.out.tfevents.1692404895.ip-172-16-95-1.us-west-2.compute.internal.15426.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5865f7b2de38e22d5c704e6ee9779ebc458ea5d6cf07f26b363e6ba3d25dd08b
3
+ size 5986
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e0e08303dd257d5730dd9c40d4e8ce2535932b0e219f3900297a63d0c7b510e
3
+ size 3643