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

github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-19adding BatchCenteringbatchcenteringsoumith
2016-10-17Merge pull request #1005 from alykhantejani/add_pixel_shuffle_layerSoumith Chintala
2016-10-16Added PixelShuffle layer, tests and docsAlykhan Tejani
2016-10-08added CAdd module, docs and testsAlykhan Tejani
2016-10-07Update LogSoftMax to work in spatial domainFrancisco Massa
2016-08-28Add Volumetric Dilated Max Poolingkmul00
2016-08-25add CMaxTable class (#885)Jonathan Uesato
2016-08-25Adding TemporalDynamicKMaxPooling (#867)Multihuntr
2016-08-22A container for applying a single module to all table elementsJonas Gehring
2016-08-12Add Spatial Dilated Max Poolingkmul00
2016-08-04volumetric dilated convolutionsoumith
2016-07-31Merge pull request #889 from torch/bottleSoumith Chintala
2016-07-31Implement Bottle containerJoost van Doorn
2016-07-27Adding SpatialUpSamplingBilinearPauline Luc
2016-07-02nn.GPU (#835)Nicholas Léonard
2016-06-17Added VolumetricReplicationPadding.Jonathan Tompson
2016-06-14Added ReLU6 layer, test and doc.Jonathan Tompson
2016-05-11copy clear state from Identity to {NarrowTable,SelectTable}Wen Li Zhuang
2016-04-28Merge pull request #797 from torch/dilatedSoumith Chintala
2016-04-28adding SpatialDilatedConvolution + tests + docsoumith
2016-04-26Add SpatialClassNLLCriterionAdam Paszke
2016-04-06Add MaskedSelect.lua module to replicate torch.maskedSelect behaviour.rfaulk
2016-03-08Adding nn.MVZeming Lin
2016-03-06Add Unsqueeze ModulePeng Sun
2016-03-01removing useless init.csoumith
2016-03-01adding PartialLinearsoumith
2016-03-01SoftMarginCriterionsoumith
2016-02-29adding nn.Squeezesoumith
2016-02-26Merge pull request #665 from colesbury/bnSoumith Chintala
2016-02-25Add VolumetricBatchNormalizationSam Gross
2016-02-25Adding SpatialReflection and SpatialReplication paddingsoumith
2016-02-20adding ClassSimplexCriterionsoumith
2016-02-20Added MultiLabelSoftMarginCriterionsoumith
2016-02-17added VolumetricDropoutmisko
2016-02-13include -> requireSoumith Chintala
2016-01-26Merge pull request #584 from torch/meansumSoumith Chintala
2016-01-26refactoring Mean into Sumsoumith
2016-01-26adding a Bilinear layersoumith
2016-01-21Merge pull request #569 from kmul00/Vol_unpoolSoumith Chintala
2016-01-21Added Max Unpooling for Volumetric Max PoolKoustav
2016-01-20add nn.ContiguousSergey Zagoruyko
2016-01-13add locally-connected layersKaiyu Yang
2015-12-30Merge pull request #413 from fmassa/cross_lrnSoumith Chintala
2015-12-30Add THNN/ffi conversion of AbsAndreas Köpf
2015-12-25cuda consistencySergey Zagoruyko
2015-12-17Add SpatialMaxUnpoolingclement-masson
2015-12-01Added LeakyReLU moduleMichael Rotman
2015-12-01refactoring Deconvolution -> FullConvolutionsoumith
2015-12-01Merge pull request #405 from fmassa/deconvSoumith Chintala
2015-12-01Cosine similaritynicholas-leonard