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-04-11Fused pointwise kernels for GRU/LSTMChristian Sarofeen
2017-04-09Adding IndexLinear (#1181)Pavan Yalamanchili
2017-04-07fix types in unfold.calbanD
2017-03-31Merge pull request #1186 from twitter-forks/addmm-fixesSoumith Chintala
2017-03-30Using temporary variables when performing transpose + addmmPavan Yalamanchili
2017-03-24Merge pull request #1180 from ngimel/patch-1Soumith Chintala
2017-03-24Fix inconsistent in-place and out-of-place implementationsngimel
2017-03-23Merge pull request #1167 from twitwi/patch-1Soumith Chintala
2017-03-22Added support for multidimensional tensors in PReLU; Channel number now in se...Hardik
2017-03-13Initialize 'self.shared' var in a more compact waydavidemaz
2017-03-13do not clone parametersdavidemaz
2017-03-13LittleFix self.shared was always truedavidemaz
2017-03-10Bugfix: MapTable layer 'zeroGradParameters' and 'updateParameters' functions ...davidemaz
2017-03-10MapTable layer: 'share' parameter is now booleandavidemaz
2017-03-08Merge pull request #1166 from blackyang/masterSoumith Chintala
2017-03-08Fix possible math typo in MultiMarginCriterion docRémi Emonet
2017-03-08Update doc for SpatialBatchNormalizationXiao Yang
2017-03-08allow SelectTable to accept input that contains tables of things that are not...Kevin Bullaughey
2017-03-07Merge pull request #1161 from richardassar/contiguous_fixSoumith Chintala
2017-03-07Fix and test case for nn.ContiguousRichard Assar
2017-03-01Merge pull request #1151 from twitter-forks/modulesSoumith Chintala
2017-03-01Merge pull request #1152 from joeyhng/bottleSoumith Chintala
2017-03-01Bottle handling gradInput = nilJoe Ng
2017-03-01Adding MaxoutConrado Miranda
2017-03-01Adding Layer NormalizationConrado Miranda
2017-02-28Merge pull request #1150 from torch/vectoraddSoumith Chintala
2017-02-28THVector_(add) -> THVector_(adds)vectoraddSoumith Chintala
2017-02-24Merge pull request #1149 from FabbyD/masterSoumith Chintala
2017-02-24Clear invalid expert gradients (table version)Fabrice Dugas
2017-02-24Bugfix for variable size inputsFabrice Dugas
2017-02-22Merge pull request #1146 from gchanan/accrealSoumith Chintala
2017-02-22Remove accreal typedef because it is defined multiple timesGregory Chanan
2017-02-21Merge pull request #1137 from twitter-forks/half-fixesSoumith Chintala
2017-02-21Merge pull request #1131 from huihuifan/weightnormSoumith Chintala
2017-02-21Merge pull request #1140 from sniklaus/patch-1Soumith Chintala
2017-02-21Merge pull request #1142 from achalddave/maptable-clearstateSoumith Chintala
2017-02-20Fix memory issue with MapTable module removalAchal Dave
2017-02-18fixed capitalization / linkSimon Niklaus
2017-02-17MultiLabelSoftMaxCriterion: unit test weights and uses buffersNicholas Leonard
2017-02-17Merge branch 'stable_loss' of https://github.com/arunmallya/nn into arunmally...Nicholas 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-17Using accreal instead of real in the APIPavan Yalamanchili
2017-02-16Merge pull request #1135 from ngimel/masterSoumith Chintala
2017-02-16make cloned vars localngimel
2017-02-16make testIO clone input and gO for inplace testsNatalia Gimelshein
2017-02-15Merge pull request #1134 from jonathantompson/doc_fixSoumith Chintala
2017-02-15Fix output sizes in dilated convolution docs.Jonathan Tompson
2017-02-15Added noBias module for VolumetricConvolution and VolumtericFullConvolutionShubham Jain
2017-02-15implementation of bias=False for VolConv.cEli Stevens