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-08-03BN supports batchsize=1Nicholas Leonard
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-25Merge branch 'master' into ConvertNicholas Leonard
2017-05-25nn.ConvertNicholas Leonard
2017-05-25nn.CollapseNicholas Leonard
2017-05-25nn.ZipTableNicholas Leonard
2017-05-24ZeroGradNicholas Leonard
2017-05-24nn.OneHotNicholas Leonard
2017-05-21Revert "Revert "ClassNLLCriterion supports missing targets""revert-1217-revert-1215-ClassNLLCriterion-missing-targetSoumith Chintala
2017-05-15Revert "ClassNLLCriterion supports missing targets"Soumith Chintala
2017-05-12ClassNLLCriterion supports missing targetsNicholas Leonard
2017-05-12SpatialDepthWiseConvolutionstooloveu
2017-05-12add squeeze option to nn.SumDmitry Ulyanov
2017-05-11Adding LinearWeightNorm layer, test and updated documentationRichard Assar
2017-05-10Merge branch 'master' into DecoratorNicholas Leonard
2017-05-10Decorator modulesNicholas Leonard
2017-05-04WeightNorm: don't serialize weight and gradWeightJonas Gehring
2017-04-19Merge pull request #1171 from davidemaz/maptable-bugfixSoumith Chintala
2017-04-09Adding IndexLinear (#1181)Pavan Yalamanchili
2017-03-10Bugfix: MapTable layer 'zeroGradParameters' and 'updateParameters' functions ...davidemaz
2017-03-07Fix and test case for nn.ContiguousRichard Assar
2017-02-21Merge pull request #1131 from huihuifan/weightnormSoumith Chintala
2017-02-17MultiLabelSoftMaxCriterion: unit test weights and uses buffersNicholas Leonard
2017-02-17Merge pull request #1105 from ruotianluo/adaptiveAvgNicholas Léonard
2017-02-17Merge pull request #1123 from bottler/masterNicholas Léonard
2017-02-15Added noBias module for VolumetricConvolution and VolumtericFullConvolutionShubham Jain
2017-02-13adding weight norm containerAngela Fan
2017-02-12Support Tensor constant (#1129)Jin-Hwa Kim
2017-02-01VolumetricFractionalMaxPooling like Spatial...jeremy
2017-01-27Rowconv repull (#1120)Soumith Chintala
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-15Add SpatialAdaptiveAveragePooling.Ruotian Luo
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