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/rnn
AgeCommit message (Expand)Author
2022-01-26Layer documentation (#892)Qianqian Zhu
2021-03-04chmod -xHieu Hoang
2021-02-08Merged PR 17430: Refactors MPI interfaces and adds different types of gradien...Martin Junczys-Dowmunt
2020-06-24Merged PR 13476: Add LASER reimplementation and code for embeddings sentencesMartin Junczys-Dowmunt
2020-03-06Add support for compiling on Mac (and clang) (#598)Roman Grundkiewicz
2020-01-11Merged PR 11103: Clear cache for RNN object between batchesMartin Junczys-Dowmunt
2019-09-12address comments from code reviewMarcin Junczys-Dowmunt
2019-09-10add initializers and more pieces of the type systemMarcin Junczys-Dowmunt
2019-05-16more examples of constructing a transformer directlyFrank Seide
2019-05-16dropout and embedding-fix are now passed as values to EncoderDecoderLayerBase...Frank Seide
2019-05-15removed Accumulator<> at some places, and used the new syntax at some as wellFrank Seide
2019-05-15moved option setters from Accumulator<> to Factory (keeping the old one only ...Frank Seide
2019-05-15factored the 0/null check into the dropout() functions, reducing code dupFrank Seide
2019-05-14some minor refactoringFrank Seide
2019-04-30weird mode change backFrank Seide
2019-04-30weird mode changeFrank Seide
2019-04-27weirdo change of access permissionsFrank Seide
2019-02-10towards seleccting the correct pred hyp in factored beam searchFrank Seide
2019-02-05merge with masterMarcin Junczys-Dowmunt
2019-01-31Output now creates its own W matrix in transposed formFrank Seide
2019-01-25Merge pull request #415 from marian-nmt/chmod-xMarcin Junczys-Dowmunt
2019-01-24C++ source is should not have execute bitsKenneth Heafield
2019-01-23changed index operations' parameter lists to match PyTorch parameter order (a...Frank Seide
2019-01-20towards PyTorch names for select() (gather(), index_select())Frank Seide
2019-01-10removed graph from Factory constructor (and derived classes')Frank Seide
2019-01-10removed graph_ from FactoryFrank Seide
2019-01-09removed operator-> for FactoriesFrank Seide
2018-11-06enabled most warnings on gcc, and fixed themFrank Seide
2018-10-16copy selected files from sentencepiece branchMarcin Junczys-Dowmunt
2018-09-30Make Word uint32_t and introduce IndexTypeMarcin Junczys-Dowmunt
2018-09-16remove more keywordsMarcin Junczys-Dowmunt
2018-09-16get rid of keywordsMarcin Junczys-Dowmunt
2018-09-01fixed all warnings discovered by Visual StudioFrank Seide
2018-08-23added missing override specifiersFrank Seide
2018-08-21merge with public masterMarcin Junczys-Dowmunt
2018-08-20refactored State::select() to eliminate the expanded copy of selIdx[]Frank Seide
2018-08-20refactored batch-major select() down to State::select() where it belongsFrank Seide
2018-08-20some const-correctness; regularized DecoderState creation; fixed a few warningsFrank Seide
2018-08-20added comments; refactored State::select(); refactored ScorerWrappet::step();...Frank Seide
2018-08-16AutoformatRoman Grundkiewicz
2018-08-08AutoformatRoman Grundkiewicz
2018-08-07add forgotten layerNorm_ memberMarcin Junczys-Dowmunt
2018-08-07add rnn layer to transformerMarcin Junczys-Dowmunt
2018-08-01Fix compiler warningsRoman Grundkiewicz
2018-07-31Autoformat files, part 4Roman Grundkiewicz
2018-06-22further small refactoring in transformer; renamed layer_norm to layerNormFrank Seide
2018-06-22renamed logit() to sigmoid(), logit() is a different functionFrank Seide
2018-03-23Merge pull request #196 from tilde-nlp/mult-generalizeMarcin Junczys-Dowmunt
2018-03-13Autoformat missing filesRoman Grundkiewicz
2018-03-12Autoformat filesRoman Grundkiewicz