Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
14f4c9df
"...resnet50_tensorflow.git" did not exist on "86ca3ebb4db67ba9c3deff9b9d56078a53a0ddb3"
Unverified
Commit
14f4c9df
authored
Mar 30, 2022
by
srihari-humbarwadi
Browse files
set `pool_kernel_size` and `dropout_rate` for `ASPP`
parent
adf0c8e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
...ta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
+3
-1
No files found.
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
View file @
14f4c9df
...
@@ -199,7 +199,9 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
...
@@ -199,7 +199,9 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
aspp
=
decoders
.
ASPP
(
aspp
=
decoders
.
ASPP
(
level
=
level
,
level
=
level
,
num_filters
=
256
,
num_filters
=
256
,
dilation_rates
=
aspp_dilation_rates
)),
pool_kernel_size
=
input_size
[:
2
],
dilation_rates
=
aspp_dilation_rates
,
dropout_rate
=
0.1
)),
semantic_head
=
SemanticHead
(
semantic_head
=
SemanticHead
(
level
=
level
,
level
=
level
,
num_convs
=
1
,
num_convs
=
1
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment