Skip to content

Commit

Permalink
Merge pull request #72 from tanyuqian/master
Browse files Browse the repository at this point in the history
fixed a typo in examples/seq2seq_exposure_bias/README.md.

Fixes: #71
  • Loading branch information
ZhitingHu committed Jan 31, 2019
2 parents 79e58a0 + fff1b34 commit 573a80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/seq2seq_exposure_bias/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Here:
python interpolation_main.py \
--config_model configs.config_model \
--config_data configs.config_iwslt14 \
--lambdas_init [0.04,0.06,0.0] \
--lambdas_init [0.04,0.96,0.0] \
--delta_lambda_self 0.06 \
--delta_lambda_reward 0.06 \
--lambda_reward_steps 4
Expand Down

0 comments on commit 573a80d

Please sign in to comment.