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
2018-02-22prototype cpu versionMarcin Junczys-Dowmunt
2018-02-17add cpu tests for graphMarcin Junczys-Dowmunt
2018-02-17reformattingMarcin Junczys-Dowmunt
2018-02-17finshed backend separationMarcin Junczys-Dowmunt
2018-02-17Merge branch 'master' into intelMarcin Junczys-Dowmunt
2018-02-17clean up tensorsMarcin Junczys-Dowmunt
2018-02-17make tensor device independentMarcin Junczys-Dowmunt
2018-02-16pass through backendMarcin Junczys-Dowmunt
2018-02-16remove debugAlham Fikri Aji
2018-02-16whitespaceMarcin Junczys-Dowmunt
2018-02-16more clean up in backendMarcin Junczys-Dowmunt
2018-02-16remove tensor_cpu.hMarcin Junczys-Dowmunt
2018-02-16clean up allocators and devicesMarcin Junczys-Dowmunt
2018-02-16add missing includes in testsMarcin Junczys-Dowmunt
2018-02-16fix wrong includeMarcin Junczys-Dowmunt
2018-02-16merge with masterMarcin Junczys-Dowmunt
2018-02-15missing adaptation in cudnn wrappersMarcin Junczys-Dowmunt
2018-02-15update tests to use new deviceIdMarcin Junczys-Dowmunt
2018-02-15add deviceid to multinodeMarcin Junczys-Dowmunt
2018-02-15Merge branch 'master' of http://github.com/marian-nmt/marian-dev into fseide/...Frank Seide
2018-02-15merge with master for multinodeMarcin Junczys-Dowmunt
2018-02-15Abort if multi-node enabled but MPI not foundRoman Grundkiewicz
2018-02-15fix missing cudaSetDevice in NthElementMarcin Junczys-Dowmunt
2018-02-15add --cpu flagMarcin Junczys-Dowmunt
2018-02-15more cleanupMarcin Junczys-Dowmunt
2018-02-15dispatchingMarcin Junczys-Dowmunt
2018-02-15steps towards separating GPU and CPU codeMarcin Junczys-Dowmunt
2018-02-15few more headers; Config::YamlNode; options(int) castsFrank Seide
2018-02-15fixed some options for enumsFrank Seide
2018-02-15removed the last CNTK-specific #ifdefFrank Seide
2018-02-15SubBatch::indices() renamed to data() in rest of codeFrank Seide
2018-02-15SubBatch::indices() renamed to data()Frank Seide
2018-02-15removed the CNTK-specific embedding codeFrank Seide
2018-02-15added file missing in last commitFrank Seide
2018-02-15moved attention to models; deleted two CPPsFrank Seide
2018-02-15cleaned up commented-out #includes; deleted the two functions that were moved...Frank Seide
2018-02-15moved guidedAlignmentCost() to header; lookup() now takes a graph argument; t...Frank Seide
2018-02-14undid a few CNTK-specializations in original Marian sources, instead emulatin...Frank Seide
2018-02-14towards CNTK compatFrank Seide
2018-02-14Rebase with the current masterRoman Grundkiewicz
2018-02-14CNTK compat: changed some #includes; moved Cost() to header; support for CNTK...Frank Seide
2018-02-14aligned with the Dynamite versionsFrank Seide
2018-02-14fix merge errorMarcin Junczys-Dowmunt
2018-02-13make example compileMarcin Junczys-Dowmunt
2018-02-13mergedMarcin Junczys-Dowmunt
2018-02-13use common item-wise comparatorMarcin Junczys-Dowmunt
2018-02-13make weights work for sync-sgd, a couple of simplifications, length-based lex...Marcin Junczys-Dowmunt
2018-02-13Fix data weighting in sync-SGD & disable guided alignmentRoman Grundkiewicz
2018-02-12Fix guided alignment and data weighting in sync-SGDRoman Grundkiewicz
2018-02-12Document CorpusBatchRoman Grundkiewicz