Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/cunn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-03BN supports batchsize=1Nicholas Leonard
2017-07-26Merge pull request #477 from wickedfoo/feature_lp_poolingSoumith Chintala
2017-07-24Added cunn tests for UpSampling module.Michael Pound
2017-07-13LP pooling kernelsJeff Johnson
2017-06-06Fixing the issue with incorrect normalized values in IndexLinearPavan Yalamanchili
2017-05-16ClassNLLCriterion ignoreIndexNicholas Leonard
2017-05-12SpatialDepthWiseConvolution.cu addedstooloveu
2017-03-24Adding support for flattened inputs for IndexLinearPavan Yalamanchili
2017-03-24IndexLinear support for cunnPavan Yalamanchili
2017-03-06Improve precision testingGregory Chanan
2017-02-21Merge pull request #418 from ruotianluo/adaptiveAverageSoumith Chintala
2017-02-17Convert real to accreal in libTHCUNNPavan Yalamanchili
2017-02-03cuda implementation of Gated Linear Unit, fixed issues with genericizationAngela Fan
2017-02-02Revert "cuda implementation of Gated Linear Unit, fixed issues with genericiz...revert-430-newCudaGLUSoumith Chintala
2017-02-02Merge pull request #430 from huihuifan/newCudaGLUSoumith Chintala
2017-01-27Added cunn support for TemporalRowConvolutionMM (#415)Will Frey
2017-01-27cuda implementation of Gated Linear Unit, fixed issues with genericizationAngela Fan
2017-01-26Revert "Convert real to accreal in libTHCUNN"revert-416-half-fixesSoumith Chintala
2017-01-25Revert "cuda implementation of Gated Linear Unit"revert-421-cudaGLUSoumith Chintala
2017-01-24Merge pull request #416 from pavanky/half-fixesSoumith Chintala
2017-01-20cuda implementation of Gated Linear UnitAngela Fan
2017-01-18Converting all instances of real to accreal in libTHCUNNPavan Yalamanchili
2017-01-15Add SpatialAdaptiveAveragePooling.Ruotian Luo
2017-01-12Ensuring inputs to math.random are integersPavan Yalamanchili
2017-01-06explicitly load THC for windowsRui Guo
2016-12-22Use less memory in VolumetricDilatedMaxPooling testsSam Gross
2016-12-09Add cudaHalf, cudaDouble functions to nn.Module. (#395)gchanan
2016-12-01Generate valid image sizes for VolumetricDilatedMaxPooling tests.Gregory Chanan
2016-11-21SpatialConvolutionLocal uses baddbmmsoumith
2016-11-18Test for nn.Linear with CudaHalfTensor and CudaDoubleTensor.Gregory Chanan
2016-11-16Merge pull request #377 from gchanan/checkContiguousSoumith Chintala
2016-11-16Call newContiguous for tensors that are required to be contiguous.Gregory Chanan
2016-11-16Small test fixes for contiguous tests.Gregory Chanan
2016-11-12Don't reference HalfTensor when it doesn't existHoward Su
2016-11-09Allow wider test tolerances for:Gregory Chanan
2016-11-09ArgCheck that dilation parameters are > 0 and ensure testsGregory Chanan
2016-11-09Add generic support for LookupTable.Gregory Chanan
2016-11-09Add generic support for TemporalConvolution.Gregory Chanan
2016-11-09Add generic support for VolumetricFullConvolution, VolumetricDilatedConvolution.Gregory Chanan
2016-11-09Add generic support for VolumetricConvolution.Gregory Chanan
2016-11-09Add generic support for VolumetricReplicationPadding.Gregory Chanan
2016-11-09Add generic support for VolumetricAveragePooling.Gregory Chanan
2016-11-09Add generic support for VolumetricMaxPooling, VolumetricMaxUnpooling,Gregory Chanan
2016-11-09Add generic support for TemporalMaxPooling.Gregory Chanan
2016-11-09Rebase BatchNormalization.Gregory Chanan
2016-11-09Add support for L1Cost.Gregory Chanan
2016-11-09Add generic support for SparseLinear.Gregory Chanan
2016-11-09Add generic support for DistKLDivCriterion.Gregory Chanan
2016-11-09Add generic support for ClassNLLCriterion.Gregory Chanan
2016-11-09Add generic support for BCECriterion.Gregory Chanan