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-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
2016-12-08Update convolution.mdWill Frey
2016-12-06Add adj parameters to VolumetricFullConvolution documentation.Gregory Chanan
2016-12-05Clearer explanation of paddingMenshykov
2016-11-30fix misleading doc for temporalConvolution.weightweihuang
2016-11-21Merge pull request #1041 from rajarshd/patch-1Soumith Chintala
2016-11-21Improve container's documentation readabilityPierre-Antoine Ganaye
2016-11-21fix indentationPierre-Antoine Ganaye
2016-11-21Improve documentation for the Parallel containerPierre-Antoine Ganaye
2016-11-21Update criterion.mdRajarshi Das
2016-11-09Add nn.Contiguous() prototype to docAlfredo Canziani
2016-11-03Fix output formula in SpatialDilatedConvolutionAnkit Gupta
2016-10-17Merge pull request #1005 from alykhantejani/add_pixel_shuffle_layerSoumith Chintala
2016-10-16Added PixelShuffle layer, tests and docsAlykhan Tejani