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

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundkiewicz@gmail.com>2020-09-02 15:59:23 +0300
committerRoman Grundkiewicz <rgrundkiewicz@gmail.com>2020-09-02 15:59:23 +0300
commit5c8b1f6f3c03d435408817394a956a22dae99497 (patch)
treeab1eb14e3531cb1759c94ce3a520f71bdb378381
parent04d770d755949f04a8fc92e9bef85dfd443d8ba3 (diff)
Fix misspelling
-rw-r--r--tests/training/restoring/corpus/test_finetune.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/restoring/corpus/test_finetune.sh b/tests/training/restoring/corpus/test_finetune.sh
index 4a92d8c..d9b01d8 100644
--- a/tests/training/restoring/corpus/test_finetune.sh
+++ b/tests/training/restoring/corpus/test_finetune.sh
@@ -32,7 +32,7 @@ test -e finetune/model.npz.progress.yml
cat finetune_1.log | $MRT_TOOLS/strip-timestamps.sh | grep "Ep\. " | sed 's/ : Time.*//' > finetune.out
-# Restart the training on another training corpus without --no-restore-corpus
+# Restart the training on another training corpus with --no-restore-corpus
$MRT_MARIAN/marian \
-m finetune/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
--after-batches 60 $extra_opts --log finetune_2.log \