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
f4e3d87b
Commit
f4e3d87b
authored
Jun 04, 2020
by
Yeqing Li
Committed by
A. Unique TensorFlower
Jun 04, 2020
Browse files
Internal changes.
PiperOrigin-RevId: 314768990
parent
6a526b83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
official/vision/detection/main.py
official/vision/detection/main.py
+2
-7
No files found.
official/vision/detection/main.py
View file @
f4e3d87b
...
@@ -42,15 +42,10 @@ from official.utils.misc import keras_utils
...
@@ -42,15 +42,10 @@ from official.utils.misc import keras_utils
hyperparams_flags
.
initialize_common_flags
()
hyperparams_flags
.
initialize_common_flags
()
flags_core
.
define_log_steps
()
flags_core
.
define_log_steps
()
flags
.
DEFINE_bool
(
flags
.
DEFINE_bool
(
'enable_xla'
,
default
=
False
,
help
=
'Enable XLA for GPU'
)
'enable_xla'
,
default
=
False
,
help
=
'Enable XLA for GPU'
)
flags
.
DEFINE_string
(
flags
.
DEFINE_string
(
'mode'
,
'mode'
,
default
=
'train'
,
help
=
'Mode to run: `train` or `eval`.'
)
default
=
'train'
,
help
=
'Mode to run: `train`, `eval` or `train_and_eval`.'
)
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