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
2c6d6c62
Commit
2c6d6c62
authored
Dec 02, 2020
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 345267761
parent
b8e5faf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
official/vision/detection/main.py
official/vision/detection/main.py
+3
-1
No files found.
official/vision/detection/main.py
View file @
2c6d6c62
...
@@ -40,7 +40,9 @@ flags_core.define_log_steps()
...
@@ -40,7 +40,9 @@ flags_core.define_log_steps()
flags
.
DEFINE_bool
(
'enable_xla'
,
default
=
False
,
help
=
'Enable XLA for GPU'
)
flags
.
DEFINE_bool
(
'enable_xla'
,
default
=
False
,
help
=
'Enable XLA for GPU'
)
flags
.
DEFINE_string
(
flags
.
DEFINE_string
(
'mode'
,
default
=
'train'
,
help
=
'Mode to run: `train` or `eval`.'
)
'mode'
,
default
=
'train'
,
help
=
'Mode to run: `train`, `eval` or `eval_once`.'
)
flags
.
DEFINE_string
(
flags
.
DEFINE_string
(
'model'
,
default
=
'retinanet'
,
'model'
,
default
=
'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