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
2021-03-02merge with internal masterMarcin Junczys-Dowmunt
2021-02-28Add graph operations documentation (#801)Graeme
2021-01-28Merged PR 17337: fp16 support for trainingMartin Junczys-Dowmunt
2020-05-21Merged PR 12958: ONNX supportFrank Seide
2020-05-17Merged PR 12959: minor fixes from my old ONNX codeFrank Seide
2020-05-15Merged PR 12874: Add topk operator and other small changes in preparation of ...Martin Junczys-Dowmunt
2020-01-11Merged PR 11103: Clear cache for RNN object between batchesMartin Junczys-Dowmunt
2019-09-12towards fp16 inferenceMarcin Junczys-Dowmunt
2019-09-10add initializers and more pieces of the type systemMarcin Junczys-Dowmunt
2019-09-07CPU-side compilation with new pointers and automatic vectorizationMarcin Junczys-Dowmunt
2019-06-21workaround for a segfaultFrank Seide
2019-04-30weird mode change backFrank Seide
2019-04-30weird mode changeFrank Seide
2019-04-27weirdo change of access permissionsFrank Seide
2019-02-13merged with latest updates of fseide/commentbeamsearchFrank Seide
2019-02-13bug fix: reshape() must verify that #elements does not change; bug fix: beam ...Frank Seide
2019-02-07merged from fseide/commentbeamsearchFrank Seide
2019-01-27add gelu activationMarcin Junczys-Dowmunt
2019-01-25Merged PR 6177: new operator log(sum(exp(x))), and a few moreFrank Seide
2019-01-23Merge branch 'fseide/indexops' into fseide/factoredembeddingsFrank Seide
2019-01-23changed index operations' parameter lists to match PyTorch parameter order (a...Frank Seide
2019-01-21Merge branch 'fseide/indexops' of https://machinetranslation.visualstudio.com...Frank Seide
2019-01-20bug fix: SliceViewNodeOp should forward value_type() correctlyFrank Seide
2019-01-20now routing rows() and cols() via index_select(), which then redistributes th...Frank Seide
2019-01-19switched to memory-saving implementation of smoothingFrank Seide
2019-01-19(fixed an indentation)Frank Seide
2019-01-19bugbug: ReduceNodeOpCode::sumSqr should be meanSqrFrank Seide
2019-01-19added gradients for std() and var()Frank Seide
2019-01-19added gradients for min(), max(), and logsumexp()Frank Seide
2019-01-19added tests for all reduction operatorsFrank Seide
2019-01-19(minor bug fix)Frank Seide
2019-01-19resolved a template ambiguity, still not compiling on gcc for nowFrank Seide
2019-01-19(towards GPU aggregator)Frank Seide
2019-01-18first shot at extending Reduce() with a redunction functor (CPU only so far)Frank Seide
2019-01-18towards unifying reduction operatorsFrank Seide
2018-12-27generalized step() to narrow() and sliceView(), new class Slice;Frank Seide
2018-12-13minibatch-size warmup (manually merged over from fseide/covbias);Frank Seide
2018-11-29fix all warningsMarcin Junczys-Dowmunt
2018-10-01get rid of masked softmax, just use logMask as in transformer.hMarcin Junczys-Dowmunt
2018-09-30use more integer tensorsMarcin Junczys-Dowmunt
2018-09-30towards using integer tensorsMarcin Junczys-Dowmunt
2018-09-30Make Word uint32_t and introduce IndexTypeMarcin Junczys-Dowmunt
2018-09-27Rename ax_ to axis_Roman Grundkiewicz
2018-09-16remove more keywordsMarcin Junczys-Dowmunt
2018-09-16get rid of keywordsMarcin Junczys-Dowmunt
2018-09-14get rid of boost::hash_combineMarcin Junczys-Dowmunt
2018-08-28fix transpose operatorMarcin Junczys-Dowmunt
2018-08-26working guided alignment and alignment computation during translationmarcinj
2018-08-23added missing override specifiersFrank Seide
2018-08-08AutoformatRoman Grundkiewicz