awaisyaqoob
commited on
Commit
•
1255c3d
1
Parent(s):
1854893
Training in progress, epoch 1
Browse files- config.json +32 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "background",
|
15 |
+
"1": "lungs"
|
16 |
+
},
|
17 |
+
"image_size": 513,
|
18 |
+
"initializer_range": 0.02,
|
19 |
+
"label2id": {
|
20 |
+
"background": 0,
|
21 |
+
"lungs": 1
|
22 |
+
},
|
23 |
+
"layer_norm_eps": 0.001,
|
24 |
+
"min_depth": 8,
|
25 |
+
"model_type": "mobilenet_v2",
|
26 |
+
"num_channels": 3,
|
27 |
+
"output_stride": 8,
|
28 |
+
"semantic_loss_ignore_index": 255,
|
29 |
+
"tf_padding": true,
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.32.0"
|
32 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45bd36dfaa3fe48833b6b587230472a91a68b070ee1da45ec73bc954b32bb45c
|
3 |
+
size 10340733
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3233e2ea41c229d0f0dfad087b6a19605ee0cc6fbdf8650f0548d50bb241f5da
|
3 |
+
size 4091
|