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
AgeCommit message (Expand)Author
2020-07-16Add intgemm tests for avx, avx2, avx512Roman Grundkiewicz
2020-05-18Check websocket with python3Roman Grundkiewicz
2020-05-17Update FBGEMM testsRoman Grundkiewicz
2020-04-15Add #server hashtagsRoman Grundkiewicz
2020-04-13Call python3 explicitlyRoman Grundkiewicz
2020-04-12Add missing fileRoman Grundkiewicz
2020-04-12Merge branch 'master' into fix-shortlist-relpathRoman Grundkiewicz
2020-04-11Merge branch 'master' of https://github.com/marian-nmt/marian-regression-testsRoman Grundkiewicz
2020-04-11Update the WNGT19 packed8 AVX512 testRoman Grundkiewicz
2020-04-11Update testRoman Grundkiewicz
2020-04-11Add missing valid.tsvRoman Grundkiewicz
2020-04-08Abort if excessive fields in TSV inputRoman Grundkiewicz
2020-04-06Add test with excessive TSV fieldsRoman Grundkiewicz
2020-04-06Update error messageRoman Grundkiewicz
2020-04-06Add test for training a LM from STDINRoman Grundkiewicz
2020-04-06Set larger precisionRoman Grundkiewicz
2020-04-02Add test for restoring corpus from STDINRoman Grundkiewicz
2020-04-02Update testsRoman Grundkiewicz
2020-04-02Add test with validation TSV fileRoman Grundkiewicz
2020-04-02Update tests with TSV inputsRoman Grundkiewicz
2020-04-02Update tests for vocab creation with --tsvRoman Grundkiewicz
2020-03-29Add tests for TSV with empty lines or fieldsRoman Grundkiewicz
2020-03-29Rename --tsv-size to --tsv-fieldsRoman Grundkiewicz
2020-03-28Add tests for STDIN shortcutsRoman Grundkiewicz
2020-03-28Guess --tsv-sizeRoman Grundkiewicz
2020-03-28Temporarily turn off part of tests for creating separate vocabs from TSV filesRoman Grundkiewicz
2020-03-27Add tests for creating vocabs from TSV filesRoman Grundkiewicz
2020-03-27Add more tests for TSV inputsRoman Grundkiewicz
2020-03-26Add more tests for TSV inputsRoman Grundkiewicz
2020-03-26Update tests for TSV input and add new onesRoman Grundkiewicz
2020-03-24Merge branch 'master' into tests-input-tsvRoman Grundkiewicz
2020-03-17Add tests with relative path for shortlistsRoman Grundkiewicz
2020-02-26Wait 30s as a workaroundRoman Grundkiewicz
2020-01-31Add previous tests for tsv inputsRoman Grundkiewicz
2020-01-31Merge pull request #43 from marian-nmt/tests-custom-emb-tiedRoman Grundkiewicz
2020-01-31Merge pull request #42 from marian-nmt/valid-reset-stalledRoman Grundkiewicz
2020-01-31Merge pull request #41 from marian-nmt/tests-finetuningRoman Grundkiewicz
2020-01-28Fix testsRoman Grundkiewicz
2020-01-24Add test for validation translation with sentences longer than --valid-max-le...Roman Grundkiewicz
2020-01-24Add test for validation translation with blank linesRoman Grundkiewicz
2020-01-24Add test for scoring with blank linesRoman Grundkiewicz
2020-01-24Add test for decoding with blank linesRoman Grundkiewicz
2020-01-22Add test for --valid-reset-stalledRoman Grundkiewicz
2020-01-21Update FBGEMM test for AVX512Roman Grundkiewicz
2020-01-21Choose packed8avx2 or packed8avx512 accordingly to the detected typeRoman Grundkiewicz
2020-01-21WNGT19 models require SentencePieceRoman Grundkiewicz
2020-01-21Add #cpu tagsRoman Grundkiewicz
2020-01-20Add test for --output-samplingRoman Grundkiewicz
2020-01-20Add tests for restarting the training with other corporaRoman Grundkiewicz
2020-01-17update fbgemm testMarcin Junczys-Dowmunt