From 6776960fb5447cf455fa3f190f08272882c4b4d7 Mon Sep 17 00:00:00 2001 From: Lyon Liang Date: Mon, 25 Jun 2018 11:24:23 +0000 Subject: [PATCH] fix prediction error: https://github.com/tensorflow/nmt/issues/341 --- gnmt/0.install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnmt/0.install.sh b/gnmt/0.install.sh index 76061a2..47c023a 100755 --- a/gnmt/0.install.sh +++ b/gnmt/0.install.sh @@ -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