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
2b2d4820
Commit
2b2d4820
authored
Oct 13, 2020
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 336967249
parent
f041db19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
official/vision/beta/configs/maskrcnn.py
official/vision/beta/configs/maskrcnn.py
+1
-1
official/vision/beta/configs/retinanet.py
official/vision/beta/configs/retinanet.py
+1
-1
No files found.
official/vision/beta/configs/maskrcnn.py
View file @
2b2d4820
...
@@ -208,7 +208,7 @@ class MaskRCNNTask(cfg.TaskConfig):
...
@@ -208,7 +208,7 @@ class MaskRCNNTask(cfg.TaskConfig):
init_checkpoint_modules
:
str
=
'all'
# all or backbone
init_checkpoint_modules
:
str
=
'all'
# all or backbone
annotation_file
:
Optional
[
str
]
=
None
annotation_file
:
Optional
[
str
]
=
None
gradient_clip_norm
:
float
=
0.0
gradient_clip_norm
:
float
=
0.0
per_category_metrics
=
False
per_category_metrics
:
bool
=
False
COCO_INPUT_PATH_BASE
=
'coco'
COCO_INPUT_PATH_BASE
=
'coco'
...
...
official/vision/beta/configs/retinanet.py
View file @
2b2d4820
...
@@ -129,7 +129,7 @@ class RetinaNetTask(cfg.TaskConfig):
...
@@ -129,7 +129,7 @@ class RetinaNetTask(cfg.TaskConfig):
init_checkpoint_modules
:
str
=
'all'
# all or backbone
init_checkpoint_modules
:
str
=
'all'
# all or backbone
annotation_file
:
Optional
[
str
]
=
None
annotation_file
:
Optional
[
str
]
=
None
gradient_clip_norm
:
float
=
0.0
gradient_clip_norm
:
float
=
0.0
per_category_metrics
=
False
per_category_metrics
:
bool
=
False
@
exp_factory
.
register_config_factory
(
'retinanet'
)
@
exp_factory
.
register_config_factory
(
'retinanet'
)
...
...
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