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
2019-01-24C++ source is should not have execute bitsKenneth Heafield
2018-11-30allow for normalized log scores, output summaryMarcin Junczys-Dowmunt
2018-11-25fix out for validatorsMarcin Junczys-Dowmunt
2018-11-08Revert "Declare member functions const where possible."Marcin Junczys-Dowmunt
2018-11-08Removed the declaration of Scorer::clear(...) as constUlrich Germann
2018-11-08Added comment why Scorer::clear() is const.Ulrich Germann
2018-11-08Merge branch 'master' into const-diligenceUlrich Germann
2018-11-07Merge with masterRoman Grundkiewicz
2018-11-06remove a few warnings from clang with cuda 10.0Marcin Junczys-Dowmunt
2018-11-06enabled most warnings on gcc, and fixed themFrank Seide
2018-10-30Declare member functions const where possible.Ulrich Germann
2018-10-25Add numDevices_ to translation tasks and unify themRoman Grundkiewicz
2018-10-25Remove getDevices() from OptionsRoman Grundkiewicz
2018-10-25Add Options::clone() for better readabilityRoman Grundkiewicz
2018-10-20Fix loading model parametersRoman Grundkiewicz
2018-10-20Fix model::special.ymlRoman Grundkiewicz
2018-10-20Remove Config from scorersRoman Grundkiewicz
2018-10-19Replace Config with Options in remaining classesRoman Grundkiewicz
2018-10-19Replace Config with Options in batch generators and validatorsRoman Grundkiewicz
2018-10-18Replace Config with Options in data setsRoman Grundkiewicz
2018-10-17refactor vocab factoriesMarcin Junczys-Dowmunt
2018-10-17complete merge with masterMarcin Junczys-Dowmunt
2018-10-15fixed (eliminated) all TABs that had snuck in so far; fixed a few warnings on...Frank Seide
2018-10-14set inference properties for corpusMarcin Junczys-Dowmunt
2018-10-13merge with multi-node branchMarcin Junczys-Dowmunt
2018-10-13(some more minor cleanup)Frank Seide
2018-10-13simplified getNthElement() APIFrank Seide
2018-10-12add logging outputMarcin Junczys-Dowmunt
2018-10-10merge with masterMarcin Junczys-Dowmunt
2018-10-10merged from master, to get the pre-roll fixFrank Seide
2018-10-10fixed VS build problemsFrank Seide
2018-10-10addressed PR feedbackFrank Seide
2018-10-10add back heart-beatMarcin Junczys-Dowmunt
2018-10-10cherrypick batch read-ahead from public experimental branchMarcin Junczys-Dowmunt
2018-10-08remove processor.hMarcin Junczys-Dowmunt
2018-10-08introduce vocabulary wrapperMarcin Junczys-Dowmunt
2018-10-08wrap sentencepiece code elements into #ifdefMarcin Junczys-Dowmunt
2018-10-05add sentencepiece to translatorMarcin Junczys-Dowmunt
2018-10-05addressed some merge problems. This still does not linkFrank Seide
2018-10-04resolve merge conflictsMarcin Junczys-Dowmunt
2018-10-04make checking for content in batchGenerator more consistentMarcin Junczys-Dowmunt
2018-10-04Merge branch 'sentencepiece' of https://github.com/marian-nmt/marian-dev into...Marcin Junczys-Dowmunt
2018-10-04move processors to own file, add inference mode for processorsMarcin Junczys-Dowmunt
2018-10-03add SentencePiece processorMarcin Junczys-Dowmunt
2018-10-03merge with clean-indicesMarcin Junczys-Dowmunt
2018-10-01Merge branch 'master' into clean-indicesMarcin Junczys-Dowmunt
2018-09-30Make Word uint32_t and introduce IndexTypeMarcin Junczys-Dowmunt
2018-09-30move Input/OutputFileStream to namespace ioMarcin Junczys-Dowmunt
2018-09-29fix overlooked joinMarcin Junczys-Dowmunt
2018-09-28Merge branch 'master' into rm-boost-2Marcin Junczys-Dowmunt