Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
kimiyoung committed Mar 19, 2019
1 parent 5823df3 commit 460c72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def get_corpus_info(corpus_info_path):
flags.DEFINE_integer("max_batch", -1,
help="run in debug mode")
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,
help="Process only the first batch without shuffle for lm1b.")
flags.DEFINE_integer("num_procs", 1,
Expand Down

0 comments on commit 460c72f

Please sign in to comment.