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-03-24added training exampleMarcin Junczys-Dowmunt
2017-03-24update branchMarcin Junczys-Dowmunt
2017-03-24exception handlingMarcin Junczys-Dowmunt
2017-03-23changed bin directory for extract_lexMarcin Junczys-Dowmunt
2017-03-23changed binary nameMarcin Junczys-Dowmunt
2017-03-23move sourcesMarcin Junczys-Dowmunt
2017-03-23choose branchMarcin Junczys-Dowmunt
2017-03-23movded moduleMarcin Junczys-Dowmunt
2017-03-23change pathMarcin Junczys-Dowmunt
2017-03-23add -amun suffix to yaml-cppMarcin Junczys-Dowmunt
2017-03-23Merge branch 'master' into marian-integrationMarcin Junczys-Dowmunt
2017-03-23modfied cmake files to build marian executables,Marcin Junczys-Dowmunt
2017-03-22Remove unused totalThreads in python bindings codeTomasz Dwojak
2017-03-22Fix bug in python bindingsTomasz Dwojak
2017-03-22Merge branch 'master' into marian-integrationMarcin Junczys-Dowmunt
2017-03-22fixes #54Marcin Junczys-Dowmunt
2017-03-22Automatically build Marian Library when building Amunmt.Ulrich Germann
2017-03-21Add cpu layer normalization functionsTomasz Dwojak
2017-03-21Add layer normalization matrices to cpu modelTomasz Dwojak
2017-03-21Add layer normalization to dl4mt model - only GPUTomasz Dwojak
2017-03-21Denoise a lack of a matrix in modelTomasz Dwojak
2017-03-21Add bool operator to mblas::matrixTomasz Dwojak
2017-03-21Add layer normalization matrices to modelTomasz Dwojak
2017-03-21Add layer normalization functionsTomasz Dwojak
2017-03-16Fixed bug related to saved python None in .npy files.Ulrich Germann
2017-03-15Fixed more bugs in logging that commit c3591e613c52c798091acf50317ac8fdffa671...Ulrich Germann
2017-03-15Bug fix in logging.Ulrich Germann
2017-03-13mergedevHieu Hoang
2017-03-10More fixes related to logging.Ulrich Germann
2017-03-09Fix again nth_elementTomasz Dwojak
2017-03-05Bug fix in logging ("{}" was missing a few times).Ulrich Germann
2017-03-05Added options to silence logging (info and progress independently).Ulrich Germann
2017-03-04Added a shutdown() function to the python API to avoid runtime errors upon sc...Ulrich Germann
2017-03-01Fix bug with memory accessTomasz Dwojak
2017-02-21change scope of god. warnings on gcc, compile error on clangneuralptHieu Hoang
2017-02-20tweakHieu Hoang
2017-02-20minor renameHieu Hoang
2017-02-20debugHieu Hoang
2017-02-20debugHieu Hoang
2017-02-20pythong server with batchingHieu Hoang
2017-02-20skipping every 2nd line due to double incrementHieu Hoang
2017-02-20batching in clientHieu Hoang
2017-02-20remove newline from inputHieu Hoang
2017-02-20pythong server with batchingHieu Hoang
2017-02-20create TranslationTaskSyncHieu Hoang
2017-02-20minor renameHieu Hoang
2017-02-20minor renameHieu Hoang
2017-02-20start using god's threadpoolHieu Hoang
2017-02-20expose God::ThreadpoolHieu Hoang
2017-02-17move threadpool into GodHieu Hoang