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-23Merge pull request #205 from PraveerSINGH/SpatialFullConvolution-noBiasSoumith Chintala
2016-06-23noBias option for spatial full convPraveerSINGH
2016-06-11Merge pull request #201 from SeanNaren/masterSoumith Chintala
2016-06-11modified mode to be like batchnormSeanNaren
2016-06-11Modified tests and params, updated docs for clipped ReLUSeanNaren
2016-06-11Added clipped ReLUSeanNaren
2016-06-08Merge pull request #199 from borisfom/masterBoris Fomitchev
2016-06-08Natalia fix corner case where both reference impl and cudnn produce nansBoris Fomitchev
2016-06-07Merge pull request #198 from ngimel/disable_rnn_dropoutSoumith Chintala
2016-06-07disable rnn dropoutNatalia Gimelshein
2016-06-04Update README.mdSoumith Chintala
2016-05-27Merge pull request #193 from ngimel/patch-1Soumith Chintala
2016-05-27Update CMakeLists.txtngimel
2016-05-26Merge pull request #191 from szagoruyko/R4-syncSergey Zagoruyko
2016-05-26merge cudnn.convert changesSergey Zagoruyko
2016-05-26Merge pull request #190 from szagoruyko/nn-replaceSergey Zagoruyko
2016-05-26use replace from nnSergey Zagoruyko
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-29Merge pull request #177 from apaszke/doc_updateSergey Zagoruyko
2016-04-29Update cudnn.convert in READMEAdam Paszke
2016-04-29Merge pull request #176 from apaszke/convert_excludeSoumith Chintala
2016-04-29Add an option to exclude modules from conversionAdam Paszke
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-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