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
b95064af
Unverified
Commit
b95064af
authored
Feb 19, 2020
by
moneypi
Committed by
GitHub
Feb 18, 2020
Browse files
fix "Unknown command line flag 'export_dir'" (#8152)
parent
acea25b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
research/deep_speech/deep_speech.py
research/deep_speech/deep_speech.py
+6
-1
No files found.
research/deep_speech/deep_speech.py
View file @
b95064af
...
...
@@ -304,7 +304,12 @@ def define_deep_speech_flags():
"""Add flags for run_deep_speech."""
# Add common flags
flags_core
.
define_base
(
data_dir
=
False
# we use train_data_dir and eval_data_dir instead
data_dir
=
False
,
# we use train_data_dir and eval_data_dir instead
export_dir
=
True
,
train_epochs
=
True
,
hooks
=
True
,
num_gpu
=
True
,
epochs_between_evals
=
True
)
flags_core
.
define_performance
(
num_parallel_calls
=
False
,
...
...
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