praeclarumjj3
commited on
Commit
•
4f9a095
1
Parent(s):
fa18e8c
Fix arguments
Browse files- config.json +4 -9
config.json
CHANGED
@@ -22,15 +22,10 @@
|
|
22 |
"layer_norm_eps": 1e-05,
|
23 |
"is_train": false,
|
24 |
"use_auxiliary_loss": true,
|
25 |
-
"output_attentions":
|
26 |
-
"output_hidden_states":
|
27 |
-
"use_return_dict":
|
28 |
-
"output_auxiliary_logits":
|
29 |
-
},
|
30 |
-
"inference_config": {
|
31 |
-
"obj_mask_threshold": 0.8,
|
32 |
-
"overlap_threshold": 0.8,
|
33 |
-
"task": "panoptic"
|
34 |
},
|
35 |
"backbone_config": {
|
36 |
"image_size": 224,
|
|
|
22 |
"layer_norm_eps": 1e-05,
|
23 |
"is_train": false,
|
24 |
"use_auxiliary_loss": true,
|
25 |
+
"output_attentions": true,
|
26 |
+
"output_hidden_states": true,
|
27 |
+
"use_return_dict": true,
|
28 |
+
"output_auxiliary_logits": true
|
|
|
|
|
|
|
|
|
|
|
29 |
},
|
30 |
"backbone_config": {
|
31 |
"image_size": 224,
|