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
OpenDAS
FastMoE
Commits
460c72fb
Commit
460c72fb
authored
Mar 19, 2019
by
kimiyoung
Browse files
correct
parent
5823df38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tf/data_utils.py
tf/data_utils.py
+1
-1
No files found.
tf/data_utils.py
View file @
460c72fb
...
@@ -571,7 +571,7 @@ if __name__ == "__main__":
...
@@ -571,7 +571,7 @@ if __name__ == "__main__":
flags
.
DEFINE_integer
(
"max_batch"
,
-
1
,
flags
.
DEFINE_integer
(
"max_batch"
,
-
1
,
help
=
"run in debug mode"
)
help
=
"run in debug mode"
)
flags
.
DEFINE_integer
(
"num_core_per_host"
,
8
,
flags
.
DEFINE_integer
(
"num_core_per_host"
,
8
,
help
=
"
16 for ***REMOVED*** ***REMOVED***, 8 for ***REMOVED*** ***REMOVED***, 8 for ***REMOVED***
"
)
help
=
"
8 for TPU v2.
"
)
flags
.
DEFINE_bool
(
"debug"
,
default
=
False
,
flags
.
DEFINE_bool
(
"debug"
,
default
=
False
,
help
=
"Process only the first batch without shuffle for lm1b."
)
help
=
"Process only the first batch without shuffle for lm1b."
)
flags
.
DEFINE_integer
(
"num_procs"
,
1
,
flags
.
DEFINE_integer
(
"num_procs"
,
1
,
...
...
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