awaisyaqoob
commited on
Commit
•
c93a502
1
Parent(s):
f88afee
Training in progress, epoch 1
Browse files- config.json +61 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
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 |
+
"0": "background",
|
24 |
+
"1": "lungs"
|
25 |
+
},
|
26 |
+
"image_size": 384,
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"intermediate_size": 4096,
|
29 |
+
"is_hybrid": false,
|
30 |
+
"label2id": {
|
31 |
+
"background": 0,
|
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:da444114d8406de99cc4abe4a6e7151cdd620f0005caad0d3bdc1ea8a8a3ac9f
|
3 |
+
size 1375758765
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08e5c6b9b56b0a7f22c31d364586e9e3006a19b2b4b66af074b5c3b6ed9c2022
|
3 |
+
size 4091
|