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

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-08Merged PR 17430: Refactors MPI interfaces and adds different types of gradien...Martin Junczys-Dowmunt
2020-08-19merge with internal masterMarcin Junczys-Dowmunt
2020-08-14Merged PR 14766: split beam_search.h into header and CPPFrank Seide
2020-07-30Add missing headers.Ulrich Germann
2020-03-07sync with internal branchMarcin Junczys-Dowmunt
2020-03-07Merged PR 11895: Use lowest() for INVALID_PATH_SCOREMartin Junczys-Dowmunt
2020-02-15Merged PR 11566: removed overstuff and understuff featuresFrank Seide
2020-02-07Merged PR 11434: Fixes empty line handling with factored segmenterMartin Junczys-Dowmunt
2020-01-29Make Vocab const in beam search. Remove some trailing whitespace.Ulrich Germann
2020-01-18Merged PR 11188: Handle empty inputs with batch purgingMartin Junczys-Dowmunt
2019-12-20Merged PR 10692: new factor conditioning, inline fixing suppression, nan supp...Frank Seide
2019-11-13Merged PR 10415: Fix windows build errorsYoung Jin Kim
2019-11-12Merged PR 10333: Batch-pruning in beam searchMartin Junczys-Dowmunt
2019-09-10add initializers and more pieces of the type systemMarcin Junczys-Dowmunt
2019-09-10add IntrusivePtr to HypothesisMarcin Junczys-Dowmunt
2019-09-10Merge branch 'master' into mjd/fasterMarcin Junczys-Dowmunt
2019-09-10address remaining commments and missing indentMarcin Junczys-Dowmunt
2019-09-10address commmentsMarcin Junczys-Dowmunt
2019-09-10address commmentsMarcin Junczys-Dowmunt
2019-09-10handle EOS translation outside loopMarcin Junczys-Dowmunt
2019-09-08fix commentMarcin Junczys-Dowmunt
2019-09-08make it work for mini-batch > 1Marcin Junczys-Dowmunt
2019-09-08no empty translationsMarcin Junczys-Dowmunt
2019-09-08Merge branch 'master' of vs-ssh.visualstudio.com:v3/machinetranslation/Marian...Marcin Junczys-Dowmunt
2019-09-08do not produce translations for empty inputMarcin Junczys-Dowmunt
2019-09-06formattingMarcin Junczys-Dowmunt
2019-09-06bug fix of last commit, directly pushed to master as agreed by MarcinFrank Seide
2019-09-06address code review commentsMarcin Junczys-Dowmunt
2019-09-06better UNK-handling with shortlistMarcin Junczys-Dowmunt
2019-08-09lemmaEt should initialize with glorot_uniform2Frank Seide
2019-07-11removed EOS and UNK members from BeamSearch, replaced by direct access to trg...Frank Seide
2019-07-11BeamSearch() now takes a Vocab Ptr instead of EOS and UNKFrank Seide
2019-05-16bug fix: beam search must propagate alignments when expanding factors (2 line...Frank Seide
2019-05-01(fixed a mode change)Frank Seide
2019-05-01bug fix: the overly cautious ABORT_IF on flattenedLogitIndex should be a litt...Frank Seide
2019-04-30weird mode change backFrank Seide
2019-04-30use correct beam sizeMarcin Junczys-Dowmunt
2019-04-30fix embeddings pre-loadingMarcin Junczys-Dowmunt
2019-04-30bug fix: score breakdown should use correct index and dimensionsFrank Seide
2019-04-30Merge branch 'fseide/factoredembeddings' of https://machinetranslation.visual...Frank Seide
2019-04-30bug fix: getAlignmentsForHypothesis() should not be called for all factors fo...Frank Seide
2019-04-28brought back score breakdownFrank Seide
2019-04-27Merge branch 'fseide/factoredembeddings' of https://machinetranslation.visual...Frank Seide
2019-04-27torwards breakDownFrank Seide
2019-04-27weirdo change of access permissionsFrank Seide
2019-04-23(fixed newlines)Frank Seide
2019-04-23added shortlists to lemma factorFrank Seide
2019-03-17re-added a piece of code that got lost in an incorrect resolution of a merge ...Frank Seide
2019-03-15merged from masterFrank Seide
2019-03-13merged from fseide/commentbeamsearchFrank Seide