Unverified Commit a3669a93 authored by Xin Pan's avatar Xin Pan Committed by GitHub
Browse files

Merge pull request #3083 from josher19/patch-1

Update README.md
parents fad60753 32d19541
...@@ -117,7 +117,7 @@ $ bazel-bin/textsum/seq2seq_attention \ ...@@ -117,7 +117,7 @@ $ bazel-bin/textsum/seq2seq_attention \
--log_root=textsum/log_root \ --log_root=textsum/log_root \
--eval_dir=textsum/log_root/eval --eval_dir=textsum/log_root/eval
# Run the decode. Run it when the most is mostly converged. # Run the decode. Run it when the model is mostly converged.
$ bazel-bin/textsum/seq2seq_attention \ $ bazel-bin/textsum/seq2seq_attention \
--mode=decode \ --mode=decode \
--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