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
2018-01-08done SentencesToGet() but comment it out. Doesnt seem to workHieu Hoang
2018-01-08start SentencesToGet()Hieu Hoang
2018-01-08debugHieu Hoang
2018-01-08debugHieu Hoang
2018-01-08mergeHieu Hoang
2018-01-08tensor coresHieu Hoang
2018-01-08more iterationsHieu Hoang
2018-01-08test batch - iter 1-640Hieu Hoang
2018-01-08test batchHieu Hoang
2018-01-08debugHieu Hoang
2018-01-08debugHieu Hoang
2018-01-08begin --decoding-mini-batchHieu Hoang
2018-01-07delete unused args in decoderHieu Hoang
2018-01-07delete unused args in decoderHieu Hoang
2018-01-07debugHieu Hoang
2018-01-07comment out timings for Prod. Useless in multi-threading envHieu Hoang
2018-01-07add NumFirsts()Hieu Hoang
2018-01-07debug info. Vary #hyposHieu Hoang
2018-01-07fill new. Correct outputHieu Hoang
2018-01-07resize embeddingsHieu Hoang
2018-01-06debugHieu Hoang
2018-01-06debugHieu Hoang
2018-01-05debugHieu Hoang
2018-01-05debugHieu Hoang
2018-01-05debugHieu Hoang
2018-01-05length of new sentence may be smaller than max length in new batchHieu Hoang
2018-01-05debugHieu Hoang
2018-01-05new kernel gAddNewData0. Seems to translate correctlyHieu Hoang
2018-01-05add AddNewStates() but not actually fill matrix yetHieu Hoang
2018-01-05begin add new statesHieu Hoang
2018-01-05debugHieu Hoang
2018-01-05add CopyRows() with inRows AND outRowsHieu Hoang
2018-01-05variable rename and cleanupHieu Hoang
2018-01-05don't use GetSurvivors() in AssembleInfo()Hieu Hoang
2018-01-05get ready to create beamWords and beamStateIds only for old hyposHieu Hoang
2018-01-05pass old hypo ids to AssembleTopup(). Don't use it yetHieu Hoang
2018-01-05increment hypoInd. Begin AssembleBeamStateTopup() that looks at oldHypoIndicesHieu Hoang
2018-01-05topup batchingHieu Hoang
2018-01-05int -> unsignedHieu Hoang
2018-01-05unsigned for MAX_THREADS and MAX_BLOCKSHieu Hoang
2018-01-05create old and new hypo idsHieu Hoang
2018-01-05delete newBatchIds_Hieu Hoang
2018-01-05delete newSentenceLengths_Hieu Hoang
2018-01-05delete newSentenceLengths_Hieu Hoang
2018-01-05get ready to delete topup variablesHieu Hoang
2018-01-05d_newSentenceLengths from EncdecHieu Hoang
2018-01-05d_newBatchIds from EncdecHieu Hoang
2018-01-05only create new and old batch ids if there are new sentencesHieu Hoang
2018-01-04get ready for hypo idsHieu Hoang
2018-01-04use state calculated during encodingHieu Hoang