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:
-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