awaisyaqoob
commited on
Commit
•
a69c9cb
1
Parent(s):
041421c
Training in progress, step 400
Browse files- .gitignore +1 -0
- config.json +61 -0
- pytorch_model.bin +3 -0
- runs/Aug20_21-06-14_8fe92370e6b0/events.out.tfevents.1692565585.8fe92370e6b0.2481.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": "c9a80469a44109742a2b44a820fe34eb897efb3c",
|
3 |
+
"_name_or_path": "Intel/dpt-large-ade",
|
4 |
+
"architectures": [
|
5 |
+
"DPTForSemanticSegmentation"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.0,
|
8 |
+
"auxiliary_loss_weight": 0.4,
|
9 |
+
"backbone_config": null,
|
10 |
+
"backbone_featmap_shape": null,
|
11 |
+
"backbone_out_indices": [
|
12 |
+
5,
|
13 |
+
11,
|
14 |
+
17,
|
15 |
+
23
|
16 |
+
],
|
17 |
+
"fusion_hidden_size": 256,
|
18 |
+
"head_in_index": -1,
|
19 |
+
"hidden_act": "gelu",
|
20 |
+
"hidden_dropout_prob": 0.0,
|
21 |
+
"hidden_size": 1024,
|
22 |
+
"id2label": {
|
23 |
+
"1": "lungs",
|
24 |
+
"255": "background"
|
25 |
+
},
|
26 |
+
"image_size": 384,
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"intermediate_size": 4096,
|
29 |
+
"is_hybrid": false,
|
30 |
+
"label2id": {
|
31 |
+
"background": 255,
|
32 |
+
"lungs": 1
|
33 |
+
},
|
34 |
+
"layer_norm_eps": 1e-12,
|
35 |
+
"model_type": "dpt",
|
36 |
+
"neck_hidden_sizes": [
|
37 |
+
256,
|
38 |
+
512,
|
39 |
+
1024,
|
40 |
+
1024
|
41 |
+
],
|
42 |
+
"neck_ignore_stages": [],
|
43 |
+
"num_attention_heads": 16,
|
44 |
+
"num_channels": 3,
|
45 |
+
"num_hidden_layers": 24,
|
46 |
+
"patch_size": 16,
|
47 |
+
"qkv_bias": true,
|
48 |
+
"readout_type": "project",
|
49 |
+
"reassemble_factors": [
|
50 |
+
4,
|
51 |
+
2,
|
52 |
+
1,
|
53 |
+
0.5
|
54 |
+
],
|
55 |
+
"semantic_classifier_dropout": 0.1,
|
56 |
+
"semantic_loss_ignore_index": 255,
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.18.0.dev0",
|
59 |
+
"use_auxiliary_head": true,
|
60 |
+
"use_batch_norm_in_fusion_residual": true
|
61 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cea9d72de858647561717cdfc1ac7fed9f082d9e1205e9647bcf466a46c9ccf7
|
3 |
+
size 1375758765
|
runs/Aug20_21-06-14_8fe92370e6b0/events.out.tfevents.1692565585.8fe92370e6b0.2481.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8793b61b3e3c6d57d9cc14c1a02449e1cfb16030dc9ce764f859b17022d201d
|
3 |
+
size 67531
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a65db9f49cad4c670795d06c8ac52e0dffce5632a6a5cd641a6683a9446f29d
|
3 |
+
size 3963
|