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 (Collapse)Author
2018-12-04Bumping up version after PRMarcin Junczys-Dowmunt
2018-12-04Merge pull request #397 from marian-nmt/fixSwapMarcin Junczys-Dowmunt
Fixes parameter swapping for single GPU case with --sync-sgd
2018-12-03add type handling for all tensor membersMarcin Junczys-Dowmunt
2018-12-03add fix for different devicesMarcin Junczys-Dowmunt
2018-12-03add swapping to tensors and fix swapParams for single graph trainingMarcin Junczys-Dowmunt
2018-11-30Merged PR 5788: Make marian-scorer work better with FLOMartin Junczys-Dowmunt
* Add --output option to scorer (write to specified file) * Add --normalize option to scorer (produces word normalized log probs per sentence) * Output summary to log * Addressed a number of comments from the previous PR Related work items: #90262
2018-11-30move pointer to sentencepieceMarcin Junczys-Dowmunt
2018-11-30Merge branch 'master' into mjd/rescorerModsMarcin Junczys-Dowmunt
2018-11-30address comments from PRMarcin Junczys-Dowmunt
2018-11-30Merged PR 5757: Update internal master to public masterMartin Junczys-Dowmunt
This brings internal master up-to-date with public master. In particular two things: * Built-in SentencePiece training * Removal of more Boost headers. Only a few a left. * Adds Pathie instead of boost:filesystem * zstr instead of boost:filtering_stream Related work items: #90262
2018-11-30allow for normalized log scores, output summaryMarcin Junczys-Dowmunt
2018-11-29Merge branch 'pmaster2' into mergeWithPublicMarcin Junczys-Dowmunt
2018-11-29fix all warningsMarcin Junczys-Dowmunt
2018-11-29disable override for a momentMarcin Junczys-Dowmunt
2018-11-29fix warningsMarcin Junczys-Dowmunt
2018-11-28Add missing validation metrics to help messageRoman Grundkiewicz
2018-11-28Update default values for guided alignment optionsRoman Grundkiewicz
2018-11-28Version 1.7.0Roman Grundkiewicz
2018-11-28Merge branch 'master' into mergeWithPublicMarcin Junczys-Dowmunt
2018-11-28Update VERSION1.7.0Marcin Junczys-Dowmunt
2018-11-27update version logMarcin Junczys-Dowmunt
2018-11-27Merge pull request #385 from marian-nmt/pathieMarcin Junczys-Dowmunt
Another step towards removing boost
2018-11-27Merge branch 'master' into pathieMarcin Junczys-Dowmunt
2018-11-27Merge pull request #383 from marian-nmt/cleanup-vocabMarcin Junczys-Dowmunt
Make SentencePiece trainable from within Marian
2018-11-27update examplesMarcin Junczys-Dowmunt
2018-11-27update readmeMarcin Junczys-Dowmunt
2018-11-26update to master of examplesMarcin Junczys-Dowmunt
2018-11-26fix typo in commentMarcin Junczys-Dowmunt
2018-11-26address another review commentMarcin Junczys-Dowmunt
2018-11-26added information about ifdefMarcin Junczys-Dowmunt
2018-11-26address review commentsMarcin Junczys-Dowmunt
2018-11-26Fix checking if an option is definedRoman Grundkiewicz
2018-11-26update examplesMarcin Junczys-Dowmunt
2018-11-26fix missing namespaceMarcin Junczys-Dowmunt
2018-11-26update to examples/masterMarcin Junczys-Dowmunt
2018-11-26update to examples/masterMarcin Junczys-Dowmunt
2018-11-26add random generator to shuffleMarcin Junczys-Dowmunt
2018-11-26use correct shuffling functionMarcin Junczys-Dowmunt
2018-11-26point to current masterMarcin Junczys-Dowmunt
2018-11-26Merge pull request #386 from marian-nmt/dump-configMarcin Junczys-Dowmunt
More readable dumped config files
2018-11-26Remove TODO; fix misspellingRoman Grundkiewicz
2018-11-25change sentencepiece into submoduleMarcin Junczys-Dowmunt
2018-11-25move pointer to newest examplesMarcin Junczys-Dowmunt
2018-11-25Merge branch 'master' into dump-configRoman Grundkiewicz
2018-11-25fix typoMarcin Junczys-Dowmunt
2018-11-25ommit empty linesMarcin Junczys-Dowmunt
2018-11-25fix logging formatMarcin Junczys-Dowmunt
2018-11-25fix out for validatorsMarcin Junczys-Dowmunt
2018-11-25remove duplicated logging messageMarcin Junczys-Dowmunt
2018-11-25Merge branch 'master' into pathieMarcin Junczys-Dowmunt