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
170eb70b
"symphony/git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "be8fda17cceee5a95e392e523bd929846a8887a0"
Unverified
Commit
170eb70b
authored
Mar 29, 2022
by
srihari-humbarwadi
Browse files
fix runtime dtype
parent
a7b55e81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
...ta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
+1
-1
No files found.
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
View file @
170eb70b
...
@@ -181,7 +181,7 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
...
@@ -181,7 +181,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_resnet50_imagenet/ckpt-62400'
,
# pylint: disable=line-too-long
init_checkpoint
=
'gs://cloud-tpu-checkpoints/vision-2.0/deeplab/deeplab_resnet50_imagenet/ckpt-62400'
,
# pylint: disable=line-too-long
init_checkpoint_modules
=
[
'backbone'
],
init_checkpoint_modules
=
[
'backbone'
],
...
...
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