Training in progress, step 200
Browse files- .gitignore +1 -0
- config.json +35 -0
- preprocessor_config.json +26 -0
- pytorch_model.bin +3 -0
- runs/Aug31_09-56-59_surveily-ag-02/events.out.tfevents.1693468624.surveily-ag-02.6670.6 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/mobilenet_v2_0.75_160",
|
3 |
+
"architectures": [
|
4 |
+
"MobileNetV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"classifier_dropout_prob": 0.2,
|
7 |
+
"depth_divisible_by": 8,
|
8 |
+
"depth_multiplier": 0.75,
|
9 |
+
"expand_ratio": 6,
|
10 |
+
"finegrained_output": true,
|
11 |
+
"first_layer_is_expansion": true,
|
12 |
+
"hidden_act": "relu6",
|
13 |
+
"id2label": {
|
14 |
+
"0": "cctv",
|
15 |
+
"1": "phone",
|
16 |
+
"2": "topdown"
|
17 |
+
},
|
18 |
+
"image_size": 160,
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"label2id": {
|
21 |
+
"cctv": "0",
|
22 |
+
"phone": "1",
|
23 |
+
"topdown": "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 |
+
"problem_type": "single_label_classification",
|
31 |
+
"semantic_loss_ignore_index": 255,
|
32 |
+
"tf_padding": true,
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.31.0"
|
35 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 160,
|
4 |
+
"width": 160
|
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": "MobileNetV2FeatureExtractor",
|
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": 192
|
25 |
+
}
|
26 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8fc779985e3b64409a1ea85e4f97abed108a0a8c5b819f9b84f84edd4436427
|
3 |
+
size 5650613
|
runs/Aug31_09-56-59_surveily-ag-02/events.out.tfevents.1693468624.surveily-ag-02.6670.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7506aa6b3aa0dc596bcac2a674108e7a774e24b92f77d78f365f9d5422700813
|
3 |
+
size 4810
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b6573168299e95e47af382470884d0a5c1b0cc07464894ce116a801458d6d30
|
3 |
+
size 4027
|