Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-30Merge pull request #71 from SeanNaren/ctc-refactorHEADmasterNicholas Léonard
2017-05-30Simplified batchfirst gradient modificationSeanNaren
2017-05-24Merge pull request #70 from nicholas-leonard/ZeroGradNicholas Léonard
2017-05-24moved ZeroGrad to nnxNicholas Leonard
2017-03-23Merge pull request #69 from psychosomaticdragon/masterSoumith Chintala
2017-03-20Added pixelsortpsychosomaticdragon
2017-02-16Merge pull request #68 from twitter-forks/masterNicholas Léonard
2017-02-16fix dependency bugNicholas Leonard
2017-02-16Merge pull request #67 from twitter-forks/add-dpnn-stuffNicholas Léonard
2017-02-16SoftMaxForest + unit test fixesNicholas Leonard
2016-07-27Merge pull request #64 from NightFury13/masterSoumith Chintala
2016-07-27update README.md for changes in CTCCriterion.luaMohit Jain
2016-05-20Merge pull request #62 from SeanNaren/masterSoumith Chintala
2016-05-18Divide loss by batch size, initialize 2D activationsSeanNaren
2016-05-17Merge pull request #61 from SeanNaren/masterSoumith Chintala
2016-05-13Updated Criterion name in testsSeanNaren
2016-05-13Updated CTCCriterion with variable lengths and batchFirstSeanNaren
2016-05-12Merge pull request #60 from Ark-kun/fixing_cmake_prefix_pathSoumith Chintala
2016-05-12Fixing cases when $(LUAROCKS_PREFIX) != $(LUA_BINDIR)/..Alexey Volkov
2016-04-28Merge pull request #58 from gmarceaucaron/masterSoumith Chintala
2016-04-16Merge pull request #59 from SeanNaren/masterSoumith Chintala
2016-04-16Change creation of sizes and forward passSeanNaren
2016-04-15Removing useless flags for OP metricGaetanMarceauCaron
2016-04-15small modifGaetanMarceauCaron
2016-04-15small modifGaetanMarceauCaron
2016-04-15minor modifGaetanMarceauCaron
2016-04-15Adding a default value for gamma depending on the minibatch sizeGaetanMarceauCaron
2016-04-15Code optimization and verificationGaetanMarceauCaron
2016-04-14Changing the default value for gammaGaetanMarceauCaron
2016-04-13reformattingGaetanMarceauCaron
2016-04-13reformattingGaetanMarceauCaron
2016-04-13Adding the QDRiemaNNLinear moduleGaetanMarceauCaron
2016-04-13Adding the QDRiemaNNLinear module to the nnx packageGaetanMarceauCaron
2016-04-13Adding the description of the QDRiemaNNLinear moduleGaetanMarceauCaron
2016-04-09Merge pull request #57 from SeanNaren/masterNicholas Léonard
2016-04-09removed type change of floatSeanNaren
2016-04-09Fixed CPU gradInputs float errorSeanNaren
2016-04-02Merge pull request #55 from SeanNaren/masterSoumith Chintala
2016-04-02Put require warp_ctc into constructorSeanNaren
2016-04-02fixed accidental formatting of other testsSeanNaren
2016-04-02added base tests for CTCCriterionSean
2016-04-02added criterion to initSean
2016-04-02Rephrased alignment for CTCSean Naren
2016-04-02added more documentation and assertion check on input dimSean
2016-04-02Merge remote-tracking branch 'origin/master'Sean
2016-04-02added base CTCCriterionSean
2016-04-02Added CTCCriterion docsSean Naren
2016-03-06Merge pull request #53 from GeorgOstrovski/patch-1Soumith Chintala
2016-03-06Change maximal tensor size in testGeorg Ostrovski
2016-02-19Merge pull request #52 from sergomezcol/masterSoumith Chintala