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
70cb8516
Commit
70cb8516
authored
Jul 27, 2020
by
Kaushik Shivakumar
Browse files
fix
parent
55db4add
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
research/object_detection/model_main_tf2.py
research/object_detection/model_main_tf2.py
+0
-1
No files found.
research/object_detection/model_main_tf2.py
View file @
70cb8516
...
@@ -34,7 +34,6 @@ from object_detection import model_lib_v2
...
@@ -34,7 +34,6 @@ from object_detection import model_lib_v2
flags
.
DEFINE_string
(
'pipeline_config_path'
,
None
,
'Path to pipeline config '
flags
.
DEFINE_string
(
'pipeline_config_path'
,
None
,
'Path to pipeline config '
'file.'
)
'file.'
)
flags
.
DEFINE_integer
(
'num_train_steps'
,
None
,
'Number of train steps.'
)
flags
.
DEFINE_integer
(
'num_train_steps'
,
None
,
'Number of train steps.'
)
flags
.
DEFINE_bool
(
'use_tpu'
,
False
,
'Whether to use TPUs'
)
flags
.
DEFINE_bool
(
'eval_on_train_data'
,
False
,
'Enable evaluating on train '
flags
.
DEFINE_bool
(
'eval_on_train_data'
,
False
,
'Enable evaluating on train '
'data (only supported in distributed training).'
)
'data (only supported in distributed training).'
)
flags
.
DEFINE_integer
(
'sample_1_of_n_eval_examples'
,
None
,
'Will sample one of '
flags
.
DEFINE_integer
(
'sample_1_of_n_eval_examples'
,
None
,
'Will sample one of '
...
...
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