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
2017-03-10testing commit emails4premergeHieu Hoang
2017-03-10testing commit emails3Hieu Hoang
2017-03-10testing commit emails2Hieu Hoang
2017-03-10testing commit emailsHieu Hoang
2017-03-10Added very simple wrapper scripts/amun.py around libamunmt.so for testing.Ulrich Germann
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-05Merge branch 'master' of http://github.com/amunmt/amunmtUlrich Germann
2017-03-05Added options to silence logging (info and progress independently).Ulrich Germann
2017-03-04Matching license with marianMarcin Junczys-Dowmunt
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-10Update README: bindings sectionTomasz Dwojak
2017-02-10Add description about Python bindingsTomasz Dwojak
2017-02-10Change target name for python bindings to 'python'Tomasz Dwojak
2017-02-09bold warningMarcin Junczys-Dowmunt
2017-02-09Update README.mdMarcin Junczys-Dowmunt
2017-02-09Fix cuda compilation badgeTomasz Dwojak
2017-02-09Change Jenkins server from fatboy to uedin's ValiTomasz Dwojak
2017-02-08Repair indents in god.cppTomasz Dwojak
2017-02-08Repair indents in search.cppTomasz Dwojak
2017-02-07Merge branch 'master' of https://github.com/amunmt/amunmtTomasz Dwojak
2017-02-07Add CPU Build status and set to use new JenkinsTomasz Dwojak
2017-02-07Update README.mdMarcin Junczys-Dowmunt
2017-02-07Add Gitter badgeThe Gitter Badger
2017-02-07Update README.mdMarcin Junczys-Dowmunt
2017-02-07Update README.mdMarcin Junczys-Dowmunt
2017-02-07Merge pull request #35 from gitter-badger/gitter-badge-1Marcin Junczys-Dowmunt
2017-02-07Merge branch 'master' into gitter-badge-1Marcin Junczys-Dowmunt
2017-02-07Add Gitter badgeThe Gitter Badger
2017-02-07Update README.mdMarcin Junczys-Dowmunt
2017-02-07Add CPU Build status and set to use new JenkinsTomasz Dwojak
2017-02-07Add build_cpu directory to git ignoreTomasz Dwojak
2017-02-06Fix CMake for CPU-only buildTomasz Dwojak
2017-02-06Merge branch 'master' of https://github.com/amunmt/amunmt into devTomasz Dwojak
2017-02-06Make amun the only default targetTomasz Dwojak
2017-02-06Merge branch 'dev'Marcin Junczys-Dowmunt
2017-02-04Add implementation of LogSoftmax on CPUTomasz Dwojak
2017-02-04Make Softmax safe in attentionTomasz Dwojak
2017-02-03Add ifdef CUDA to setCudaDevice in searchTomasz Dwojak
2017-02-02call cudaSetDevice() in ~Search().Hieu Hoang
2017-02-02call cudaSetDevice() before deleting weights. Matrices are backed by thrust v...Hieu Hoang
2017-02-02Decode() need const (previous) State, not (non-const) StateHieu Hoang
2017-02-02Encode() doesn't need nextStatesHieu Hoang
2017-02-02use NewStates()Hieu Hoang
2017-02-02NewState() is now const. Ready to use standaloneHieu Hoang
2017-02-02add NewStates() stubHieu Hoang
2017-02-02debugHieu Hoang
2017-02-01wrap all cuda call with error handlerHieu Hoang