Skip to content

Commit

Permalink
Update default value make_vocab.py FLAG files
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhitingHu committed Oct 7, 2018
1 parent cef1a7a commit 5917029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utils/make_vocab.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

flags = tf.flags

flags.DEFINE_string("files", "./",
flags.DEFINE_string("files", "./train.txt",
"Path to the data files. Can be a pattern, e.g., "
"'/path/to/train*', '/path/to/train[12]'. Wrap the path "
"with quotation marks if a pattern is provided.")
Expand Down

0 comments on commit 5917029

Please sign in to comment.