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
path: root/doc
AgeCommit message (Expand)Author
2017-07-21Added UpSampling module and associated tests.Michael Pound
2017-06-28Update criterion.mdYangbin Zhang
2017-06-15Create simple.mdWei Wu
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-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-10Decorator modulesNicholas Leonard
2017-05-04Update criterion.md奚昶尊
2017-04-19Merge pull request #1171 from davidemaz/maptable-bugfixSoumith Chintala
2017-04-19Documentation updated: Added setNumInputDims to nn.Transposedavidemaz
2017-04-09Adding IndexLinear (#1181)Pavan Yalamanchili
2017-03-23Merge pull request #1167 from twitwi/patch-1Soumith Chintala
2017-03-10MapTable layer: 'share' parameter is now booleandavidemaz
2017-03-08Fix possible math typo in MultiMarginCriterion docRémi Emonet
2017-03-08Update doc for SpatialBatchNormalizationXiao Yang
2017-02-21Merge pull request #1131 from huihuifan/weightnormSoumith Chintala
2017-02-18fixed capitalization / linkSimon Niklaus
2017-02-17Merge pull request #1105 from ruotianluo/adaptiveAvgNicholas Léonard
2017-02-17Merge pull request #1123 from bottler/masterNicholas Léonard
2017-02-15Fix output sizes in dilated convolution docs.Jonathan Tompson
2017-02-15Added noBias module for VolumetricConvolution and VolumtericFullConvolutionShubham Jain
2017-02-13adding weight norm containerAngela Fan
2017-02-08Update training.md (#1127)Amir Arsalan Soltani
2017-02-06review comments from gchananjeremy
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-15Add SpatialAdaptiveAveragePooling.Ruotian Luo
2017-01-05corrected a few typostastyminerals
2017-01-01added CReLU transfer function + tests (#1075)Alykhan Tejani
2017-01-01SelectTable accept string as key (#951)Albert Zhuang
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