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
2017-07-26Merge pull request #1259 from wickedfoo/feature_lp_poolingSoumith Chintala
2017-07-21Added UpSampling module and associated tests.Michael Pound
2017-07-13cpu lp poolingJeff Johnson
2017-05-26Merge pull request #1232 from nicholas-leonard/ModuleCriterionNicholas Léonard
2017-05-26nn.ModuleCriterionNicholas Leonard
2017-05-26nn.KmeansNicholas Leonard
2017-05-25nn.CAddTensorTableNicholas Leonard
2017-05-25nn.ConvertNicholas Leonard
2017-05-25nn.CollapseNicholas Leonard
2017-05-25nn.ZipTableNicholas Leonard
2017-05-24ZeroGradNicholas Leonard
2017-05-24PrintSizeNicholas Leonard
2017-05-24Merge branch 'master' of github.com:torch/nn into OneHotNicholas Leonard
2017-05-24nn.OneHotNicholas Leonard
2017-05-24nn.WhiteNoiseNicholas Leonard
2017-05-24nn.ConstantNicholas Leonard
2017-05-12SpatialDepthWiseConvolutionstooloveu
2017-05-11Adding LinearWeightNorm layer, test and updated documentationRichard Assar
2017-05-10Decorator modulesNicholas Leonard
2017-04-09Adding IndexLinear (#1181)Pavan Yalamanchili
2017-03-01Adding MaxoutConrado Miranda
2017-03-01Adding Layer NormalizationConrado Miranda
2017-02-21Merge pull request #1131 from huihuifan/weightnormSoumith Chintala
2017-02-17Merge pull request #1105 from ruotianluo/adaptiveAvgNicholas Léonard
2017-02-13adding weight norm containerAngela Fan
2017-02-01VolumetricFractionalMaxPooling like Spatial...jeremy
2017-01-27Rowconv repull (#1120)Soumith Chintala
2017-01-15Add SpatialAdaptiveAveragePooling.Ruotian Luo
2017-01-01added CReLU transfer function + tests (#1075)Alykhan Tejani
2016-12-30added SpatialAutoCropMSECriterion + testsAlykhan Tejani
2016-12-30Merge pull request #1087 from torch/DistRatioCritSoumith Chintala
2016-12-30Initial Commit for DistanceRatioCriterion for triplet siamese model training.Sagar M. Waghmare
2016-12-26adding gated linear unit and tests to nnAngela Fan
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