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
path: root/tests
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundkiewicz@gmail.com>2020-11-12 18:19:57 +0300
committerRoman Grundkiewicz <rgrundkiewicz@gmail.com>2020-11-12 18:19:57 +0300
commitf279196b89fd1f1a1677ba0a0d82594797e3fa87 (patch)
tree1fb42a5fa859069dd6dccee4e4b16cd2056523d8 /tests
parent9af8ca2068122fb744d4af9027f7186e1b007a63 (diff)
Remove --int8/--int16 options in tests which preprocess models
Diffstat (limited to 'tests')
-rw-r--r--tests/decoder/intgemm/test_intgemm_16bit_preprocessed.sh2
-rw-r--r--tests/decoder/intgemm/test_intgemm_8bit_preprocessed.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/decoder/intgemm/test_intgemm_16bit_preprocessed.sh b/tests/decoder/intgemm/test_intgemm_16bit_preprocessed.sh
index d29967e..ee60567 100644
--- a/tests/decoder/intgemm/test_intgemm_16bit_preprocessed.sh
+++ b/tests/decoder/intgemm/test_intgemm_16bit_preprocessed.sh
@@ -43,7 +43,7 @@ $MRT_MARIAN/marian-decoder \
-m $prefix.$suffix.bin -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
-i newstest2018.src -o $prefix.out \
-b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
- --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 --int16 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 \
--quiet-translation
# Print current and expected BLEU for debugging
diff --git a/tests/decoder/intgemm/test_intgemm_8bit_preprocessed.sh b/tests/decoder/intgemm/test_intgemm_8bit_preprocessed.sh
index bfeba0a..ffb884f 100644
--- a/tests/decoder/intgemm/test_intgemm_8bit_preprocessed.sh
+++ b/tests/decoder/intgemm/test_intgemm_8bit_preprocessed.sh
@@ -43,7 +43,7 @@ $MRT_MARIAN/marian-decoder \
-m $prefix.$suffix.bin -v $MRT_MODELS/student-eten/{vocab.spm,vocab.spm} \
-i newstest2018.src -o $prefix.out \
-b 1 --mini-batch 32 --maxi-batch 100 --maxi-batch-sort src -w 128 \
- --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 --int8 \
+ --shortlist $MRT_MODELS/student-eten/lex.s2t 50 50 --cpu-threads 1 \
--quiet-translation
# Print current and expected BLEU for debugging