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-02-28Switch to LSTM matrix format used in Marina; be backwards compatiblelstm-overhaulRihards KriĊĦlauks
2018-02-27bumpHieu Hoang
2018-02-27Merge ../marian.hieuHieu Hoang
2018-02-27cmake fileHieu Hoang
2018-02-27Merge ../marian.hieuHieu Hoang
2018-02-27rename filesHieu Hoang
2018-02-27rename filesHieu Hoang
2018-02-27MatrixWrapper -> TensorWrapperHieu Hoang
2018-02-27Matrix -> TensorHieu Hoang
2018-02-27BaseMatrix -> BaseTensorHieu Hoang
2018-02-27BestHypsBase -> BaseBestHypsHieu Hoang
2018-02-21Merge pull request #160 from CatarinaSilva/159-fix-nbest-list-alignmentsCatarinaSilva
2018-02-20Print n-best list alignments and soft alignments for each n-best candidateUbuntu
2018-02-08delete fpgaHieu Hoang
2018-02-08mergeHieu Hoang
2018-02-05update to version 1.3.1Marcin Junczys-Dowmunt
2018-02-02Add HimL acknowledgementsRoman Grundkiewicz
2018-01-30debugHieu Hoang
2018-01-29timingsHieu Hoang
2018-01-25delete fpga for nowHieu Hoang
2018-01-25Merge ../marian.masterHieu Hoang
2018-01-25template matrixHieu Hoang
2018-01-25compile passes for the initial codeSuleyman Demirsoy
2018-01-25move kernel call macros to kernel.hHieu Hoang
2018-01-25Merge ../marian.masterHieu Hoang
2018-01-25Initial kernel file - not complete yetSuleyman Demirsoy
2018-01-25call opencl kernelHieu Hoang
2018-01-25init matricesHieu Hoang
2018-01-25fpga fusion testHieu Hoang
2018-01-22don't calc softmax if don't need probability (beam=1 and n-best list no neededHieu Hoang
2018-01-22add arg --use-fused-softmaxHieu Hoang
2018-01-22accurate number of active sentencesHieu Hoang
2018-01-22trying to figure out number of sentences left in the batchHieu Hoang
2018-01-22batch statsHieu Hoang
2018-01-19check last cuda error after running every kernel. Program may not be compiled...Hieu Hoang
2018-01-16tweak --tensor-cores descriptionHieu Hoang
2018-01-16delete tensorcores arg in decoderHieu Hoang
2018-01-16use tensorcores argHieu Hoang
2018-01-16Merge branch 'master' of https://github.com/hieuhoang/marianHieu Hoang
2018-01-16disable tensorcore supportHieu Hoang
2018-01-16add tensorcore supportHieu Hoang
2018-01-16use number of active batches for block size for gNBestPerBatch()Hieu Hoang
2018-01-16get rid of pointersHieu Hoang
2018-01-16add Offset(). Start doing MergingElement()Hieu Hoang
2018-01-16use Row() in AddElement()Hieu Hoang
2018-01-16add Row()Hieu Hoang
2018-01-16delete colMajor arg. Not used anymoreHieu Hoang
2018-01-16use tensor cores. Prod not done yetHieu Hoang
2018-01-16Merge branch 'master' of github.com:hieuhoang/marianHieu Hoang
2018-01-16move syncthread out of if statement. Locks up on voltaHieu Hoang