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-01-27Revert "changed narrow to standardize negative length and negative offset beh...revert-1113-narrow_editSoumith Chintala
2017-01-24changed narrow to standardize negative length and negative offset behavior,Angela Fan
2017-01-20Preserve old behavior of setting nll.sizeAverage in CrossEntropyCriterion.Gregory Chanan
2017-01-01added CReLU transfer function + tests (#1075)Alykhan Tejani
2016-12-30fix local / global var leaksSoumith Chintala
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-12-12Support negative offset in nn.Narrownarrownegativesoumith
2016-10-24hotfix for bug https://github.com/torch/nn/issues/1012#issuecomment-255679397Alykhan Tejani
2016-10-17Merge pull request #1006 from torch/errorsimprovementsSoumith Chintala
2016-10-17more improvments on error messages and shape checksSoumith Chintala
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