Commit 25274f7c authored by John4782's avatar John4782 Committed by Martin Wicke
Browse files

typo fix (#353)

changed 'matchine' to 'machine'
parent b5bceea1
...@@ -103,7 +103,7 @@ bazel-bin/textsum/seq2seq_attention \ ...@@ -103,7 +103,7 @@ bazel-bin/textsum/seq2seq_attention \
--log_root=textsum/log_root \ --log_root=textsum/log_root \
--train_dir=textsum/log_root/train --train_dir=textsum/log_root/train
# Run the eval. Try to avoid running on the same matchine as training. # Run the eval. Try to avoid running on the same machine as training.
bazel-bin/textsum/seq2seq_attention \ bazel-bin/textsum/seq2seq_attention \
--mode=eval \ --mode=eval \
--article_key=article \ --article_key=article \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment