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

github.com/soumith/cudnn.torch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-04Merge pull request #169 from SeanNaren/R5R5Soumith Chintala
2016-05-26readme changeSoumith Chintala
2016-05-22Merge pull request #188 from szagoruyko/R5Sergey Zagoruyko
2016-05-22add avg pooling back compat testSergey Zagoruyko
2016-05-22Revert "R5 initial port"Sergey Zagoruyko
2016-05-17Merge pull request #184 from borisfom/R5_upSoumith Chintala
2016-05-17fix for V5 GA RNN APIsNatalia Gimelshein
2016-05-17Merge pull request #183 from soumith/R5_Soumith Chintala
2016-05-17cudnn r5 final version checkssoumith
2016-04-29Revert "Added extracting of bias and weights of each layer"SeanNaren
2016-04-28Added extracting of bias and weights of each layerSeanNaren
2016-04-25Do not reset dropout descriptor if sequence length changesngimel
2016-04-23Merge pull request #171 from szagoruyko/R5-gradInput-moveSergey Zagoruyko
2016-04-20move gradInput resize to updateGradInputSergey Zagoruyko
2016-04-20Updated assertion for accGradParamsSeanNaren
2016-04-20Removed x calculations, updated makeContiguous functionSeanNaren
2016-04-20Updated gradOutput assertionSeanNaren
2016-04-19Fixed error with batchFirst assertionSeanNaren
2016-04-18Merge pull request #168 from borisfom/R5-intSoumith Chintala
2016-04-18Added tests, modified README and added RNN modulesSeanNaren
2016-04-18Add utility functions and correct tensor dimensions.Anthony Sandrin
2016-04-18Update TemporalConvolution.luangimel
2016-04-18Initial work for cudnn RNN api integrationAnthony Sandrin
2016-04-18Fixing backward pass of TemporalConvolutionFrederic Besse
2016-04-18R5 initial portBoris Fomitchev
2016-04-18Created branch for CUDNN5 workBoris Fomitchev
2016-04-16Merge pull request #167 from szagoruyko/bn-convert-2Soumith Chintala
2016-04-16cudnn.convert for BNSergey Zagoruyko
2016-04-15add read for BatchNormSergey Zagoruyko
2016-04-14Merge pull request #165 from szagoruyko/r5-bnSergey Zagoruyko
2016-04-14fix running_var meaning in BNSergey Zagoruyko
2016-04-13R5 rebaseSergey Zagoruyko
2016-04-13Merge pull request #162 from szagoruyko/utils-clearSergey Zagoruyko
2016-04-11Merge pull request #163 from hughperkins/notes-on-benchmark-fastestSoumith Chintala
2016-04-11add notes on benchmark and fastestHugh Perkins
2016-04-08use nn.utils.clearSergey Zagoruyko
2016-03-31Merge pull request #158 from szagoruyko/error-handlingSoumith Chintala
2016-03-30print function called on errorSergey Zagoruyko
2016-03-30Merge pull request #152 from gheinrich/fix-temporal-convolutionSoumith Chintala
2016-03-30Merge pull request #157 from szagoruyko/gradinput-init-fixSoumith Chintala
2016-03-30move gradInput resize to updateGradInputSergey Zagoruyko
2016-03-29Merge pull request #147 from lospooky/avgpooling-count_include_padSoumith Chintala
2016-03-29Fixed cudnn -> nn avg-pooling conversionSimone Cirillo
2016-03-25Fix TemporalConvolution output sizeGreg Heinrich
2016-03-24Merge pull request #150 from szagoruyko/convert-fixesSoumith Chintala
2016-03-24fix conversion for saved cudnn->nnSergey Zagoruyko
2016-03-24Merge pull request #149 from borisfom/fullconvSoumith Chintala
2016-03-24fix failing SpatialFullConvolution testNatalia Gimelshein
2016-03-22Merge pull request #148 from szagoruyko/conv-pad-checkSoumith Chintala
2016-03-22check if padW and padH existSergey Zagoruyko