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 (Collapse)Author
2016-02-03Merge pull request #103 from ivpopov/patch-2R3Soumith Chintala
Fixed wrong detection of tensor size 1/x/y/z = x/y/z
2016-02-03Added testivpopov
2016-02-03Merge pull request #102 from ivpopov/patch-1Soumith Chintala
Fixed issues with two tests
2016-02-03Fixed wrong detection of tensor size 1/x/y/z = x/y/zivpopov
Problem manifests when using the module in succession with tensors of sizes 1/x/y/z and x/y/z. In the second run the module behaves as if it were fed with a tensor with batch dimension and size 1.
2016-02-03Fixed issues with two testsivpopov
SpatialCrossEntropyCriterion - inconsistent averageSize normalization VolumetricMaxPooling_batch - will run out of memory: reducing maximal batch size
2016-01-20Merge pull request #76 from szagoruyko/conversionSergey Zagoruyko
nn <> cudnn conversion
2016-01-15cudnn<>nn conversionSergey Zagoruyko
2016-01-13Merge pull request #90 from Moodstocks/maxpl_testSergey Zagoruyko
Fix typo in SpatialMaxPooling test
2016-01-13Fix typo in SpatialMaxPooling testManolis Delakis
2016-01-05Merge pull request #87 from szagoruyko/volconsistencySoumith Chintala
VolumetricConvolution consistent with nn
2016-01-05volumetric conv consistent with nnSergey Zagoruyko
2016-01-01Merge pull request #83 from szagoruyko/modeSoumith Chintala
Initialize mode on updateOutput
2015-12-30uncomment spatialcrossentropy testSergey Zagoruyko
2015-12-30Merge pull request #85 from szagoruyko/crossmaplrntestSoumith Chintala
test SpatialCrossMapLRN against nn
2015-12-30test SpatialCrossMapLRN against nnSergey Zagoruyko
2015-12-30Merge pull request #84 from szagoruyko/crossmapkSoumith Chintala
Rename K to k in SpatialCrossMapLRN
2015-12-30Ktok crossmaplrnSergey Zagoruyko
2015-12-25Merge pull request #58 from mys007/defaultPaddingFixSoumith Chintala
Convolution's padH inconsistent with nn rock
2015-12-25Merge pull request #82 from szagoruyko/nnavgSoumith Chintala
make avg-pooling swappable with nn
2015-12-25make avg-pooling swappable with nnSergey Zagoruyko
2015-12-25initialize mode on updateOutputSergey Zagoruyko
2015-12-23Merge pull request #81 from szagoruyko/testIOSoumith Chintala
testIO
2015-12-23testIOSergey Zagoruyko
2015-11-17Merge pull request #73 from jonathantompson/size_aveSoumith Chintala
Updates to SpatialCrossEntropyCriterion
2015-11-17Changed size average in SpatialCrossEntropyCriterion to normalize by total ↵Jonathan Tompson
effective batch size (as I would have expected). It also does size average on FPROP and BPROP (as convention). Added class weight support.
2015-10-24Merge pull request #71 from szagoruyko/nnprintSoumith Chintala
__tostring__ poolings from nn equaivalents
2015-10-24__tostring__ pooling from nn equaivalentsSergey Zagoruyko
2015-10-20Merge pull request #70 from soumith/spatialcrossentropySoumith Chintala
adding SpatialCrossEntropyCriterion + tests
2015-10-20adding SpatialCrossEntropyCriterionsoumith
2015-10-16Merge pull request #69 from tomsercu/masterSoumith Chintala
Fix SpatialConvolution weight shape for kH ~= kW
2015-10-16Fix SpatialConvolution weight shape for kH ~= kWTom Sercu
2015-10-10Merge pull request #65 from szagoruyko/masterSoumith Chintala
Fix serialization of SpatialConvolution
2015-10-10fix serialization of SpatialConvolutionSergey Zagoruyko
2015-10-02Change default value of padH to be consistent with nn convolution modules ↵Martin Simonovsky
(=padW)
2015-10-02Merge pull request #61 from Moodstocks/typo_Spatial_ConvolutionSoumith Chintala
fix typo in SpatialConvolution
2015-10-02fix typo SpatialConvolution with groupsAlban Desmaison
2015-10-02Merge pull request #60 from mys007/norms_gcfixSoumith Chintala
Fix normalization modules leak
2015-10-02fixed empty gc action due to copy-paste errorMartin Simonovsky
2015-10-01Merge pull request #59 from soumith/autotunercachingSoumith Chintala
adding caching for autotuner results
2015-10-01adding caching for autotuner resultssoumith
2015-09-18Merge pull request #56 from szagoruyko/masterSoumith Chintala
test SpatialMaxPooling with padding
2015-09-18test max pooling with paddingSergey Zagoruyko
2015-09-15Merge pull request #55 from soumith/crossmaplrnparamsSoumith Chintala
Unify CrossMapLRN default parameters with inn
2015-09-15Unify CrossMapLRN default parameters with innSergey Zagoruyko
2015-09-15fastest mode disabled in Spatial convsoumith
2015-09-15Merge pull request #53 from soumith/modesSoumith Chintala
adding proper documentation for new modes
2015-09-15adding proper documentation for new modessoumith
2015-09-15add back stuff that went missing in mergesoumith
2015-09-15add logsoftmax to readmesoumith
2015-09-15whitespace cleanups, fixing logsoftmax testsoumith