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/graph
AgeCommit message (Expand)Author
2019-09-05check shapes for concatenationMarcin Junczys-Dowmunt
2019-08-30Merge branch 'master' of https://machinetranslation.visualstudio.com/DefaultC...Frank Seide
2019-08-28added experimental option --factor-weightFrank Seide
2019-07-23Merged PR 8650: fix for decoding with factors for untied embeddingsFrank Seide
2019-07-11Add comments about cpu arch detectionYoung Jin Kim
2019-07-11Add dynamic AVX detection for packed GEMMYoung Jin Kim
2019-07-04Add more comments and change #ifdef to #if backYoung Jin Kim
2019-07-04Fix a bug for GPU inferenceYoung Jin Kim
2019-07-03Change #if to #ifdef for USE_FBGEMM and MKL_FOUND. Add override attribute to ...Young Jin Kim
2019-07-03Fixed indentationsYoung Jin Kim
2019-06-27Adding more comments.Young Jin Kim
2019-06-26Add some more comments and change variable namesYoung Jin Kim
2019-06-26Cleaning the code.Young Jin Kim
2019-06-26Move GEMM type enum to backend. And, change the names more descriptiveYoung Jin Kim
2019-06-26Move optimized and Gemm type optiions to the backend from the graphYoung Jin Kim
2019-06-26Add thread_local to the thread specific variable. Add Gemm type check for the...Young Jin Kim
2019-06-21workaround for a segfaultFrank Seide
2019-06-20Add option for selecting GEMM type. Improve code based on the code review.Young Jin Kim
2019-06-19fix for the case FBGEMM is not usedYoung Jin Kim
2019-06-19clean up codeYoung Jin Kim
2019-06-19Enable FBGEMM based packed GEMM on windowsYoung Jin Kim
2019-05-15factored the 0/null check into the dropout() functions, reducing code dupFrank Seide
2019-05-14some minor refactoringFrank Seide
2019-05-02addressed PR feedbackFrank Seide
2019-04-30weird mode change backFrank Seide
2019-04-30weird mode changeFrank Seide
2019-04-27weirdo change of access permissionsFrank Seide
2019-04-25some cleanup; addressed some PR feedbackFrank Seide
2019-02-13merged with latest updates of fseide/commentbeamsearchFrank Seide
2019-02-13swapAxes() now optimizes for case where it can reshape() insteadFrank Seide
2019-02-13bug fix: reshape() must verify that #elements does not change; bug fix: beam ...Frank Seide
2019-02-11two minor optimizations; temporarily prints scores in output nowFrank Seide
2019-02-07merged from fseide/commentbeamsearchFrank Seide
2019-02-07further simplification/commenting of beam searchFrank Seide
2019-02-07commenting and minor refactoring of beam searchFrank Seide
2019-02-06ScorerWrapper::getLogProbs() now also returns Logits, in prep for factored de...Frank Seide
2019-02-05merge with masterMarcin Junczys-Dowmunt
2019-02-04auto-merged pieces of last mergeFrank Seide
2019-02-04(comments)Frank Seide
2019-02-02addressed PR feedbackFrank Seide
2019-01-31Output now creates its own W matrix in transposed formFrank Seide
2019-01-29remove debug artifactsMarcin Junczys-Dowmunt
2019-01-29optimized factored loss, also moved CE back to loss.cp via; bug fix: RowsNode...Frank Seide
2019-01-29full graph below nideMarcin Junczys-Dowmunt
2019-01-29dump nodes recursivelyMarcin Junczys-Dowmunt
2019-01-29option to dump nodes at runtime to npzMarcin Junczys-Dowmunt
2019-01-28dump matrices for nanMarcin Junczys-Dowmunt
2019-01-28more nan handling code copied from fp16 branchMarcin Junczys-Dowmunt
2019-01-27add gelu activationMarcin Junczys-Dowmunt
2019-01-25Merge pull request #415 from marian-nmt/chmod-xMarcin Junczys-Dowmunt