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/lib
AgeCommit message (Expand)Author
2017-09-05fix pointer arithmetic for large input/output sizesSoumith Chintala
2017-08-27Add numerically stable logsigmoidAlykhan Tejani
2017-08-26Adding implicit padding for 3d average poolingLu Fang
2017-08-25fix leaking symbols from THNNSoumith Chintala
2017-08-03fix Conv3d non-contiguous weight bugSoumith Chintala
2017-08-03remove limitations on output_padding in Conv* routinesSoumith Chintala
2017-08-03add 2d and 3d dilated full ConvolutionSoumith Chintala
2017-07-27replace lon glong types with size_t (#1267)Eric Cosatto
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-07-12Adding Spatial Transformers w/CuDNN supportSoumith Chintala
2017-06-26Fix segfault in SpatialDepthWiseConvolution w/o biasSimone Cirillo
2017-06-22add asserts to BCECriterioncph
2017-06-14Added GLU (gated linear unit)Sam Gross
2017-06-07Add 3D upsampling (nearest and trilinear) with testsLuca Antiga
2017-06-07fix outputHeight <-> outputWidthSoumith Chintala
2017-06-07More performant fix for fused rnn kernels (#1532) and bugfix for #1721Christian Sarofeen
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-09Add a keepdim parameter for reduction functions over a single dimension.Gregory Chanan
2017-05-04fix corner-case in MaxPoolingSoumith Chintala
2017-04-21fix gradBias checksSoumith Chintala
2017-04-20Add more newContiguous calls and checksAdam Paszke
2017-04-18Mark input as optional for gradInput in Tanh and SigmoidAdam Paszke
2017-04-12fix THNN headerssoumith
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-30Using temporary variables when performing transpose + addmmPavan Yalamanchili
2017-03-24Fix inconsistent in-place and out-of-place implementationsngimel
2017-03-22Added support for multidimensional tensors in PReLU; Channel number now in se...Hardik
2017-02-28THVector_(add) -> THVector_(adds)vectoraddSoumith Chintala
2017-02-21Merge pull request #1137 from twitter-forks/half-fixesSoumith Chintala
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-15implementation of bias=False for VolConv.cEli Stevens
2017-02-06review comments from gchananjeremy
2017-02-04Bugfix/rowconv (#1126)Will Frey
2017-02-01VolumetricFractionalMaxPooling like Spatial...jeremy
2017-01-27Rowconv repull (#1120)Soumith Chintala
2017-01-26Install THNN.h and generic/THNN.hSam Gross
2017-01-26Revert "Using accreal instead of real in the API"revert-1109-apiSoumith Chintala
2017-01-24Merge pull request #1109 from pavanky/apiSoumith Chintala
2017-01-20added c implementation of GatedLinearUnitAngela Fan
2017-01-18Using accreal instead of real in the APIPavan Yalamanchili
2017-01-15Add SpatialAdaptiveAveragePooling.Ruotian Luo