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
path: root/test
AgeCommit message (Expand)Author
2016-08-06Revert "Refactoring CUDNN Find"revert-231-algoSoumith Chintala
2016-08-04Completing cudnnFind refactoring; addressing code review notesBoris Fomitchev
2016-08-03Merge remote-tracking branch 'upstream/master' into algoBoris Fomitchev
2016-08-03Refactoring cudnnFindBoris Fomitchev
2016-08-02Refactoring CUDNN FindBoris Fomitchev
2016-07-29Adjusting test toletance, disabling double testBoris Fomitchev
2016-07-29Merge pull request #206 from szagoruyko/fp16Soumith Chintala
2016-07-07Added bias and weight functions for RNNSeanNaren
2016-06-23deal with fp16 batchnormSergey Zagoruyko
2016-06-23half, double with testsSergey Zagoruyko
2016-06-11Modified tests and params, updated docs for clipped ReLUSeanNaren
2016-06-11Added clipped ReLUSeanNaren
2016-06-08Natalia fix corner case where both reference impl and cudnn produce nansBoris Fomitchev
2016-05-22add avg pooling back compat testSergey Zagoruyko
2016-05-17fix for V5 GA RNN APIsNatalia Gimelshein
2016-04-18Added tests, modified README and added RNN modulesSeanNaren
2016-04-18Add utility functions and correct tensor dimensions.Anthony Sandrin
2016-04-18Initial work for cudnn RNN api integrationAnthony Sandrin
2016-04-16cudnn.convert for BNSergey Zagoruyko
2016-04-14fix running_var meaning in BNSergey Zagoruyko
2016-04-13R5 rebaseSergey Zagoruyko
2016-03-30Merge pull request #152 from gheinrich/fix-temporal-convolutionSoumith Chintala
2016-03-25Fix TemporalConvolution output sizeGreg Heinrich
2016-03-24fix failing SpatialFullConvolution testNatalia Gimelshein
2016-03-21full conv testsSergey Zagoruyko
2016-03-21removed double conversion testsSergey Zagoruyko
2016-03-17fixing testssoumith
2016-03-16Adding support for SpatialFullConvolution.Christopher D. Twigg
2016-02-27Should fix #123ngimel
2016-02-25Add cudnn.BatchNormalization and cudnn.VolumetricBatchNormalizationSam Gross
2016-02-17add forgotten reset for BNSergey Zagoruyko
2016-02-03Fixed issues with two testsivpopov
2016-01-26fix volumetric convolution testSergey Zagoruyko
2016-01-26cudnn.convert conflicts manually appliedsoumith
2016-01-26syncing uptil master/R3 9bc3cbac4f054438f5e77824f868cd94e9e22f81soumith
2016-01-21Delete modelTemp.t7ngimel
2016-01-21cudnn.TemporalConvolution inherits from nn.TemporalConvolutionNatalia Gimelshein
2016-01-05use cudnn for temporal convolutionNatalia Gimelshein
2015-11-21fixed conflict leftoverBoris Fomitchev
2015-11-13rebase from upstreamBoris Fomitchev
2015-11-13Natalia's fixed for BN. Added bntest.luaBoris Fomitchev
2015-11-06integrating changes from mastersoumith
2015-10-20adding SpatialCrossEntropyCriterionsoumith
2015-09-18test max pooling with paddingSergey Zagoruyko
2015-09-15whitespace cleanups, fixing logsoftmax testsoumith
2015-09-15functional interface for R3 as wellsoumith
2015-08-23flag to enable or not to enable auto-tunersoumith
2015-08-07added LogSoftMax testSergey Zagoruyko
2015-08-05Volumetric max and avg poolingsoumith
2015-08-02working R3 bindings for non-new modulesSoumith Chintala