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
path: root/test
AgeCommit message (Expand)Author
2017-02-16SoftMaxForest + unit test fixesNicholas Leonard
2016-05-18Divide loss by batch size, initialize 2D activationsSeanNaren
2016-05-13Updated Criterion name in testsSeanNaren
2016-05-13Updated CTCCriterion with variable lengths and batchFirstSeanNaren
2016-04-02fixed accidental formatting of other testsSeanNaren
2016-04-02added base tests for CTCCriterionSean
2016-03-06Change maximal tensor size in testGeorg Ostrovski
2016-02-19Extra checks and cleanup in C codeSergio Gomez
2016-02-18Fix the use of the tester.David Saxton
2016-01-19sharedClone is handled by dpnnnicholas-leonard
2015-09-03fix ++Nicholas Leonard
2015-09-03Removed deprecated modulesnicholas-leonard
2015-03-27removed Padding (moved to nn)nicholas-leonard
2015-03-18Repeater unit testsnicholas-leonard
2015-03-18Sequencer unit test + __tostrings__nicholas-leonard
2015-03-18fix zeroTensor bugsnicholas-leonard
2015-03-17LSTM backwardThroughTime unit testednicholas-leonard
2015-03-17LSTM tests++nicholas-leonard
2015-03-16Recurrent and LSTM fixesnicholas-leonard
2015-03-12nn.PaddingNicholas Leonard
2015-02-20recursiveAdd,Set,etc.nicholas-leonard
2015-02-19Added support of table as hidden state of RNN. README says it's already imple...Yury Zemlyanskiy
2014-11-30nn.Recurrent debugged++nicholas-leonard
2014-11-29Recurrent constructor takes rho argumentNicholas Leonard
2014-11-29added arg rho to BPTTNicholas Leonard
2014-11-11Recurrent++Nicholas Leonard
2014-11-03mergenicholas-leonard
2014-11-03nn.Recurrent is unit testednicholas-leonard
2014-11-02Module:representations() replaced by the more general Module:listModules()nicholas-leonard
2014-11-02nn.Recurrent:updateOutput works (unit tested)nicholas-leonard
2014-11-01Module:representations() unit testednicholas-leonard
2014-10-08SpatialReSampling rwidth/rheight batch fixesNicholas Leonard
2014-10-08SpatialReSampling:updateGradInput works with batchesNicholas Leonard
2014-10-08SpatialReSampling:updateOutput works with batchesNicholas Leonard
2014-09-19Push/PullTable : unit tested multi-pull caseNicholas Leonard
2014-09-19fixed SoftMaxTree unit test bug (missing zeroGradParameters)Nicholas Leonard
2014-09-19PushTable/PullTable unit testedNicholas Leonard
2014-09-18PushTable/PullTable:forward works (unit tested)Nicholas Leonard
2014-09-18initial commit for Push/PullTableNicholas Leonard
2014-09-02TreeNLLCriterion unit testsnicholas-leonard
2014-08-19mergenicholas-leonard
2014-08-02NarrowLookupTable ascDelta=true works (unit tested) + docnicholas-leonard
2014-08-02NarrowLookupTable:[accUpdateGradParameters,type] work (unit tested)nicholas-leonard
2014-08-02NarrowLookupTable:accGradParameters works (unit tested)nicholas-leonard
2014-08-02NarrowLookupTable:forward 2D works (unit tested)nicholas-leonard
2014-08-02NarrowLookupTable:forward 1D works (unit tested)nicholas-leonard
2014-08-01initial commit for NarrowLookupTablenicholas-leonard
2014-07-27MultiSoftMax worksnicholas-leonard
2014-07-27MultiSoftMax unit testsnicholas-leonard
2014-07-19Balancenicholas-leonard