Skip to content

Commit

Permalink
fix prediction error: tensorflow/nmt#341
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinaShrimp committed Jun 25, 2018
1 parent 0d44954 commit 6776960
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gnmt/0.install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/bin/sh

rm -rf nmt
git clone https://github.com/tensorflow/nmt/

cp wmt16.json.diff nmt/
cd nmt
git apply wmt16.json.diff

0 comments on commit 6776960

Please sign in to comment.