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-10-17Merge pull request #1005 from alykhantejani/add_pixel_shuffle_layerSoumith Chintala
2016-10-17Merge pull request #998 from alykhantejani/create_CAdd_moduleSoumith Chintala
2016-10-17Add fn for using THNN-only modules during testsLuca Antiga
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-09-14[test.lua] Make i/o forward/backward tests approximateThomas Köppe
2016-08-31HardTanh does not use inclusive bounds in inplace modeGregory Chanan
2016-08-28Add Volumetric Dilated Max Poolingkmul00
2016-08-25add CMaxTable class (#885)Jonathan Uesato
2016-08-25Adding TemporalDynamicKMaxPooling (#867)Multihuntr
2016-08-25Expand CMul weights (#911)nhynes
2016-08-22Merge pull request #937 from jgehring/maptableSoumith Chintala
2016-08-22fixing critical bug in SpatialConvolutionsoumith
2016-08-22A container for applying a single module to all table elementsJonas Gehring
2016-08-17Don't overwrite self.size in ConcatJonas Gehring
2016-08-13Fix many spelling errors with tool `codespell`.Zhou Mo
2016-08-13fix typos in testsSergey Zagoruyko
2016-08-12Add Spatial Dilated Max Poolingkmul00
2016-08-04volumetric dilated convolutionsoumith
2016-08-03fixing clearState for Indexsoumith
2016-08-03fix batch=1 bug in MarginRankingCriterionsoumith
2016-08-02adding non-minibatch mode for BatchNorm in evaluate modesoumith
2016-07-31another Lua 5.2 fixSoumith Chintala
2016-07-31fix for testSoumith Chintala
2016-07-31Merge pull request #889 from torch/bottleSoumith Chintala
2016-07-31Implement Bottle containerJoost van Doorn
2016-07-27relaxing VolReplicationPadding testsoumith
2016-07-27Adding SpatialUpSamplingBilinearPauline Luc
2016-07-27Merge pull request #861 from JoostvDoorn/NegativeDimSoumith Chintala
2016-07-02nn.GPU (#835)Nicholas Léonard
2016-06-25Adds negative dim argumentsJoost van Doorn
2016-06-23nobias in spatial full convPraveerSINGH
2016-06-18Merge pull request #853 from jonathantompson/volrepSoumith Chintala
2016-06-18inplace HardTanh, subclass ReLU6Sergey Zagoruyko
2016-06-17Added VolumetricReplicationPadding.Jonathan Tompson
2016-06-14Added ReLU6 layer, test and doc.Jonathan Tompson
2016-06-05extended documentation of / added a test case for Narrow (#843)Simon Niklaus
2016-06-04Merge pull request #811 from ebetica/sparselinear_fixSoumith Chintala
2016-05-25logsoftmax non-contiguous gradOutput fixSoumith Chintala
2016-05-20Fix flaky SpatialReflectionPadding test.David Saxton
2016-05-14Fixing sparse linear race conditionZeming Lin
2016-05-06Adding an optional extra input to SpatialFullConvolution and VolumetricFullCo...Frederic Besse
2016-05-04removed unused code in test.lua and limit thread numberalbanD
2016-04-30nn.Select accepts negative indicesJoost van Doorn
2016-04-28Merge pull request #797 from torch/dilatedSoumith Chintala
2016-04-28Merge pull request #631 from szagoruyko/module-replaceSoumith Chintala
2016-04-28adding SpatialDilatedConvolution + tests + docsoumith
2016-04-26Add SpatialClassNLLCriterionAdam Paszke
2016-04-24module-replaceSergey Zagoruyko