Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2019-04-29 17:10:00 +0300
committerGitHub <noreply@github.com>2019-04-29 17:10:00 +0300
commitc19b7814d71febf1053bd93af6ac314b46204092 (patch)
treee094c49f3549347fdf191b0cd88001dee8d0853d
parent51b1b89b9f88c5c1ce8d6922b16d750833c045de (diff)
parentf2524d80e187ea83e5fd52d0edf90308f361134b (diff)
Merge pull request #13 from funtion/patch-1
Fix syntax error in run-me.sh
-rwxr-xr-xwmt2017-transformer/run-me.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wmt2017-transformer/run-me.sh b/wmt2017-transformer/run-me.sh
index 9907618..cff24dd 100755
--- a/wmt2017-transformer/run-me.sh
+++ b/wmt2017-transformer/run-me.sh
@@ -27,7 +27,7 @@ N=4
EPOCHS=8
B=12
-if [ ! -e MARIAN_TRAIN ]
+if [ ! -e $MARIAN_TRAIN ]
then
echo "marian is not installed in $MARIAN, you need to compile the toolkit first"
exit 1