Skip to content

Commit

Permalink
Update documentation for back_translate.py flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
thtrieu committed Aug 16, 2019
1 parent 45cf2b1 commit 4ceb2cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions back_translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@
tf.flags.DEFINE_string(
'from_problem',
'translate_vien_iwslt32k',
'Problem name for Vietnamese to English translation.')
'Problem name for source to intermediate language translation.')
tf.flags.DEFINE_string(
'to_problem',
'translate_envi_iwslt32k',
'Problem name for English to Vietnamese translation.')
'Problem name for intermediate to source language translation.')
tf.flags.DEFINE_string(
'from_data_dir',
'gs:https://vien-translation/data/translate_vien_iwslt32k',
'Data directory for Vietnamese to English translation.')
'Data directory for source to intermediate language translation.')
tf.flags.DEFINE_string(
'to_data_dir',
'gs:https://vien-translation/data/translate_envi_iwslt32k',
'Data directory for English to Vietnamese translation.')
'Data directory for intermediate to source language translation.')
tf.flags.DEFINE_string(
'from_ckpt',
'gs:https://vien-translation/checkpoints/translate_vien_iwslt32k_tiny/avg/',
'Pretrain checkpoint directory for Vietnamese to English translation.')
'Pretrain checkpoint directory for source to intermediate language translation.')
tf.flags.DEFINE_string(
'to_ckpt',
'gs:https://vien-translation/checkpoints/translate_envi_iwslt32k_tiny/avg/',
'Pretrain checkpoint directory for English to Vietnamese translation.')
'Pretrain checkpoint directory for intermediate to source language translation.')
tf.flags.DEFINE_string(
'paraphrase_from_file',
'test_input.vi',
Expand Down

0 comments on commit 4ceb2cb

Please sign in to comment.