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-07-29saving states worksNatalia Gimelshein
2016-07-27remove empty error messageSoumith Chintala
2016-07-20Merge pull request #222 from jpuigcerver/masterSoumith Chintala
2016-07-19Added require to import BGRUJoan Puigcerver
2016-07-19pooling check size assertSergey Zagoruyko
2016-07-19Merge pull request #221 from szagoruyko/fullconv-clearstateSergey Zagoruyko
2016-07-19clearState FullConvolutionSergey Zagoruyko
2016-07-12fix functional for 6.0Sergey Zagoruyko
2016-07-08handle half true/pseudoSergey Zagoruyko
2016-07-08Merge pull request #217 from borisfom/masterBoris Fomitchev
2016-07-08Added CUDNN 5.1 extensions. Cleaned up a duplicate declaration.Boris Fomitchev
2016-07-07Merge pull request #216 from SeanNaren/RebaseSoumith Chintala
2016-07-07Added bias and weight functions for RNNSeanNaren
2016-07-05Merge pull request #215 from jpuigcerver/PRSoumith Chintala
2016-07-05Prepare for pull requestJoan Puigcerver
2016-07-05Added missing changesJoan Puigcerver
2016-07-01Added dropout to rnn constructor, and new BGRU layerJoan Puigcerver
2016-07-01Merge branch 'master' of github.com:soumith/cudnn.torchJoan Puigcerver
2016-07-01Merge pull request #212 from lukasc-ch/masterSoumith Chintala
2016-06-30added check for existence of cutorch.driverVersion for backw compatLukas Cavigelli
2016-06-30Merge pull request #214 from ngimel/masterSoumith Chintala
2016-06-30re-enable dropout for 5.1, minor changes to batchFirstNatalia Gimelshein
2016-06-30added driver version checkLukas Cavigelli
2016-06-29Merge pull request #213 from ngimel/masterSoumith Chintala
2016-06-29workaround for :resize() issueNatalia Gimelshein
2016-06-29Merge pull request #211 from nhynes/pushadSoumith Chintala
2016-06-29push/pop descs before/after writeNick Hynes
2016-06-29lowered cuda dependency; there is no requirement for 7.5Lukas Cavigelli
2016-06-27Merge pull request #207 from nhynes/batchfirst-untransposeSoumith Chintala
2016-06-27Un-untranspose RNN outputs after doing grad updatesNick Hynes
2016-06-24Dropout enabled, but it is not deterministic for bidirectional rnn. See PR #198Joan Puigcerver
2016-06-23deal with fp16 batchnormSergey Zagoruyko
2016-06-23half, double with testsSergey Zagoruyko
2016-06-23forward fp16 convolution worksSergey Zagoruyko
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-29errcheck -> cudnn.errcheckWen Li Zhuang
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