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
path: root/src
AgeCommit message (Expand)Author
2017-10-28AutoformatRoman Grundkiewicz
2017-10-28Replace UTIL_THROWNs with ABORTsRoman Grundkiewicz
2017-10-28Add ABORT macrosRoman Grundkiewicz
2017-10-27more tests and clean-upMarcin Junczys-Dowmunt
2017-10-27tests for reductionsMarcin Junczys-Dowmunt
2017-10-27fixed transposeMarcin Junczys-Dowmunt
2017-10-26tests for reshape and transposeMarcin Junczys-Dowmunt
2017-10-26a selection of unit sets for forward operationsMarcin Junczys-Dowmunt
2017-10-24stable logistic function in kernelsMarcin Junczys-Dowmunt
2017-10-22Merge branch 'master' of github.com:marian-nmt/marian-devMarcin Junczys-Dowmunt
2017-10-22swishMarcin Junczys-Dowmunt
2017-10-21Fix missing validation logs in translation validatorRoman Grundkiewicz
2017-10-21Document logging macrosRoman Grundkiewicz
2017-10-21Add missing log level 'warn'Roman Grundkiewicz
2017-10-21Rename sink 'info' => 'general'Roman Grundkiewicz
2017-10-20Remove sparse logger sinksRoman Grundkiewicz
2017-10-20Switch to a new LOG macroRoman Grundkiewicz
2017-10-20Add new LOG macrosRoman Grundkiewicz
2017-10-20Async copy in concatMarcin Junczys-Dowmunt
2017-10-20workaround for slow concatenation operator, should be fixed laterMarcin Junczys-Dowmunt
2017-10-19Re-autoformat after mergeRoman Grundkiewicz
2017-10-19Merge with 'master' branchRoman Grundkiewicz
2017-10-19uses memory allocator for temp memory in kernelsMarcin Junczys-Dowmunt
2017-10-19use allocator for temp memoryMarcin Junczys-Dowmunt
2017-10-19clean data copyingMarcin Junczys-Dowmunt
2017-10-18replace bindex for index when no broadcastMarcin Junczys-Dowmunt
2017-10-18#119: check indexMarcin Junczys-Dowmunt
2017-10-18ugly workaround for #119, needs more workMarcin Junczys-Dowmunt
2017-10-18Fixes #119Marcin Junczys-Dowmunt
2017-10-18Fixes #117Marcin Junczys-Dowmunt
2017-10-18Fix corpus after mergingRoman Grundkiewicz
2017-10-18Merge with 'master' branchRoman Grundkiewicz
2017-10-18fixed vocabulary issue in #116 and added fatures in #111Marcin Junczys-Dowmunt
2017-10-17get rid of dependency on normalize in printerMarcin Junczys-Dowmunt
2017-10-17normalization weight for translationMarcin Junczys-Dowmunt
2017-10-16Remove trailling single comments and autoformatRoman Grundkiewicz
2017-10-15Autoformat rest of the codeRoman Grundkiewicz
2017-10-14Autoformat easy codeRoman Grundkiewicz
2017-10-14Fix compilation error in logger testRoman Grundkiewicz
2017-10-14Merge branch 'nematus-dynamic' of github.com:marian-nmt/marian-train into nem...Marcin Junczys-Dowmunt
2017-10-14concatenation of attention for multi-encodersMarcin Junczys-Dowmunt
2017-10-13Fix createLoggers with no argumentsRoman Grundkiewicz
2017-10-13add dropout-src and dropout-trg to transformerMarcin Junczys-Dowmunt
2017-10-13Merge fixes to nematus model from 'nematus' branchRoman Grundkiewicz
2017-10-13Fix --models optionRoman Grundkiewicz
2017-10-13Set high logging levels in server commandRoman Grundkiewicz
2017-10-12remove old optionsMarcin Junczys-Dowmunt
2017-10-12add back overwritten optionsMarcin Junczys-Dowmunt
2017-10-12fixed model reloading for complex modelsMarcin Junczys-Dowmunt
2017-10-12add cyclic warmup and start learning rate, unify warmup optionsMarcin Junczys-Dowmunt