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
177e2d71
Unverified
Commit
177e2d71
authored
Mar 18, 2022
by
srihari-humbarwadi
Browse files
fix bug in `learning_rate` config
parent
f024e381
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
...ta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
+2
-1
No files found.
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
View file @
177e2d71
...
@@ -178,7 +178,7 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
...
@@ -178,7 +178,7 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
config
=
cfg
.
ExperimentConfig
(
config
=
cfg
.
ExperimentConfig
(
runtime
=
cfg
.
RuntimeConfig
(
runtime
=
cfg
.
RuntimeConfig
(
mixed_precision_dtype
=
'float
32
'
,
enable_xla
=
True
),
mixed_precision_dtype
=
'
b
float
16
'
,
enable_xla
=
True
),
task
=
PanopticDeeplabTask
(
task
=
PanopticDeeplabTask
(
init_checkpoint
=
'gs://cloud-tpu-checkpoints/vision-2.0/deeplab/deeplab_resnet101_imagenet/ckpt-62400'
,
# pylint: disable=line-too-long
init_checkpoint
=
'gs://cloud-tpu-checkpoints/vision-2.0/deeplab/deeplab_resnet101_imagenet/ckpt-62400'
,
# pylint: disable=line-too-long
init_checkpoint_modules
=
[
'backbone'
],
init_checkpoint_modules
=
[
'backbone'
],
...
@@ -282,6 +282,7 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
...
@@ -282,6 +282,7 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
'type'
:
'adam'
,
'type'
:
'adam'
,
},
},
'learning_rate'
:
{
'learning_rate'
:
{
'type'
:
'polynomial'
,
'polynomial'
:
{
'polynomial'
:
{
'initial_learning_rate'
:
0.0005
,
'initial_learning_rate'
:
0.0005
,
'decay_steps'
:
train_steps
,
'decay_steps'
:
train_steps
,
...
...
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