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-09-30adding VolumetricFullConvolutionvolfullconvsoumith
2016-09-29Merge pull request #265 from szagoruyko/fastest-functionalSoumith Chintala
2016-09-29fastest functionalSergey Zagoruyko
2016-09-29Merge pull request #264 from szagoruyko/functionalSoumith Chintala
2016-09-29functional softmaxSergey Zagoruyko
2016-09-29add activations to functionalSergey Zagoruyko
2016-09-08adding environment variable optionsoumith
2016-08-29making nngraph conversions non-fatalsoumith
2016-08-25Merge pull request #239 from qureai/masterSoumith Chintala
2016-08-25Add new modules to init.luaSasank Chilamkurthy
2016-08-25Merge pull request #235 from iamalbert/rnn-resetstatesSoumith Chintala
2016-08-25add error for nngraphSoumith Chintala
2016-08-18Merge pull request #249 from ngimel/fixenumsSoumith Chintala
2016-08-18fix output params for cudnnGetFilterNdDescriptorNatalia Gimelshein
2016-08-18Merge pull request #247 from albanD/string_fixSoumith Chintala
2016-08-18add cudnn.externalizeStringalbanD
2016-08-16Merge pull request #245 from szagoruyko/bn-backward-assertSoumith Chintala
2016-08-16prevent bn from backward in evalute modeSergey Zagoruyko
2016-08-12Merge pull request #240 from bartvm/patch-1Soumith Chintala
2016-08-12Lua 5.3 compatibility Bart van Merriƫnboer
2016-08-12Update README.md with new modulesSasank Chilamkurthy
2016-08-12Add tests for VolumetricLogSoftMax and VolumetricCrossEntropyCriterionSasank Chilamkurthy
2016-08-11Add VolumetricCrossEntropyCriterion.luaSasank Chilamkurthy
2016-08-11Add cudnn.VolumetricLogSoftMax cudnn.VolumetricSoftMax.luaSasank Chilamkurthy
2016-08-09check for half with cutorch.hasHalfsoumith
2016-08-07resetStates() also reset grad{Hidden,Cell}OutputWen Li Zhuang
2016-08-07back-compat in spatialfullconvolutionsoumith
2016-08-06fix minor duplicationsoumith
2016-08-06Merge pull request #234 from soumith/doubleprecSoumith Chintala
2016-08-06working double precisionsoumith
2016-08-06Merge pull request #194 from iamalbert/fix-errcheck-undeclaredSoumith Chintala
2016-08-06Merge pull request #233 from soumith/testsrefactorSoumith Chintala
2016-08-06refactoring tests, phase 1soumith
2016-08-06Merge pull request #232 from soumith/revert-231-algoSoumith Chintala
2016-08-06Revert "Refactoring CUDNN Find"revert-231-algoSoumith Chintala
2016-08-05Merge pull request #231 from borisfom/algoBoris Fomitchev
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-03Merge pull request #230 from shuzi/masterSoumith Chintala
2016-08-03adding supporting function to allow TemporalConvolution to have derministic c...Minwei Feng
2016-08-03Fixing buffer sizeBoris Fomitchev
2016-08-02Fixed algo locationBoris Fomitchev
2016-08-02Merge pull request #227 from szagoruyko/pooling-assertSergey Zagoruyko
2016-08-02Refactoring CUDNN FindBoris Fomitchev
2016-07-29Merge pull request #224 from borisfom/upstreamBoris Fomitchev
2016-07-29Added tests to rocks installBoris Fomitchev
2016-07-29Adjusting test toletance, disabling double testBoris Fomitchev
2016-07-29Merge pull request #206 from szagoruyko/fp16Soumith Chintala
2016-07-29Merge pull request #223 from ngimel/rnnStatesSoumith Chintala