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
2015-04-10using the new streams API (cudnn does not ovelap compute yet, weird)soumith
2015-04-02fixing bug pointed out by @nagadomisoumith
2015-03-27choosing reasonable defaults for buffer-limits in convolution module, with op...soumith
2015-03-23Merge pull request #29 from szagoruyko/masterSoumith Chintala
2015-03-18removed old lines to make avg pooling test passSergey Zagoruyko
2015-03-16Update README.mdSoumith Chintala
2015-02-27R2 clarificationSoumith Chintala
2015-02-27Merge pull request #26 from soumith/softmaxSoumith Chintala
2015-02-27cudnn.SoftMax now supports 1D and 2D inputssoumith
2015-02-17to unit tests, add 1x1 caseSoumith Chintala
2015-02-17isolated 1x1 conv testsSoumith Chintala
2015-01-28pointing R1soumith
2015-01-28Merge branch 'R2RC2' of https://github.com/soumith/cudnn.torch into R2RC2soumith
2015-01-28added avg pooling testssoumith
2015-01-28Update README.mdSoumith Chintala
2015-01-28Update README.mdSoumith Chintala
2015-01-22Merge pull request #21 from szagoruyko/R2RC2Soumith Chintala
2015-01-22fixes segfault in Pooling (no padW and padH in v1)Sergey Zagoruyko
2015-01-22backward compatibility of pointwise activationsSergey Zagoruyko
2015-01-22removing the 3D/4D restriction from Pointwise non-linearitiessoumith
2015-01-02adding inplace non-linearitiessoumith
2015-01-02adding groups to SpatialConvolutionsoumith
2015-01-02version checksoumith
2014-12-27update readmesoumith
2014-12-27fix for R2-RC1 beta=0 bugsoumith
2014-12-25...soumith
2014-12-25repro bugsoumith
2014-12-20Update README.mdSoumith Chintala
2014-12-20lint fixes (80 columns)soumith
2014-12-20Merge pull request #11 from soumith/volcolSoumith Chintala
2014-12-20volumetric convolutions + unit testsSoumith Chintala
2014-12-20fixing potential contention bugsoumith
2014-12-19Merge pull request #10 from soumith/R2Soumith Chintala
2014-12-19everything works with R2. all unit tests pass. Maxpooling has free zero-paddingSoumith Chintala
2014-12-12Merge pull request #8 from ajtulloch/patch-2Soumith Chintala
2014-12-12Update README.mdAndrew Tulloch
2014-12-08better asserts, Pointwise now supports non-contiguous gradOutputSoumith Chintala
2014-12-01ceil mode for Pooling (for compatibility with ccn2 and caffe)Soumith Chintala
2014-11-26lint fixessoumith
2014-11-26refactoring lots of duplicated codesoumith
2014-11-18Update README.mdSoumith Chintala
2014-11-18Update README.mdSoumith Chintala
2014-11-18Merge pull request #7 from soumith/nonbatchSoumith Chintala
2014-11-18adding non-batch modesoumith
2014-10-28for spatial convolution if self.gradInput is nil, then dont do gradinput (fir...soumith
2014-10-05maxpooling accepts gradoutput which is not contiguousSoumith Chintala
2014-09-30Merge pull request #5 from ajtulloch/patch-1Soumith Chintala
2014-09-30Update README.mdAndrew Tulloch
2014-09-29refactoring some codeSoumith Chintala
2014-09-28adding SoftMax and SpatialSoftMax bindingsSoumith Chintala