Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/cunn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-09-07fix static linkage and make THD statically linkedHEADmasterSoumith Chintala
2017-08-27Add numerically stable logsigmoidAlykhan Tejani
2017-08-26Adding implicit padding for 3d average poolingLu Fang
2017-08-25Fix typos.Zhou Mo
2017-08-25Updates for CUDA 9Christian Sarofeen
2017-08-03remove limitations on output_padding in Conv* routinesSoumith Chintala
2017-08-03add 2d and 3d dilated full ConvolutionSoumith Chintala
2017-07-26Merge pull request #477 from wickedfoo/feature_lp_poolingSoumith Chintala
2017-07-19Static linking against libstdc++ in Binary Build modeSoumith Chintala
2017-07-14add launch_bounds to greedy kernelsNatalia Gimelshein
2017-07-13LP pooling kernelsJeff Johnson
2017-06-23Fix segfault in SpatialDepthWiseConvolution w/o biasSimone Cirillo
2017-06-22add asserts to BCECriterioncph
2017-06-15nn.EmbeddingBag to compute a bag of word embeddings (Embedding + Sum/Mean)Soumith Chintala
2017-06-14Added GLU (gated linear unit)Sam Gross
2017-06-07Add 3D upsampling (nearest and trilinear) with testsLuca Antiga
2017-06-07fix GRUFused signatureSoumith Chintala
2017-06-07Merge pull request #470 from qqning/masterSoumith Chintala
2017-06-07Remove clone in fused rnnChristian Sarofeen
2017-06-06Fixing the issue with incorrect normalized values in IndexLinearPavan Yalamanchili
2017-05-24Fix the mix-up of height and width on depth-wise convolutionningqingqun
2017-05-16ClassNLLCriterion ignoreIndexNicholas Leonard
2017-05-15Revert "Update to ignore zero targets"Soumith Chintala
2017-05-12SpatialDepthWiseConvolution.cu addedstooloveu
2017-05-12Merge pull request #458 from jnhwkim/masterNicholas LĂ©onard
2017-05-09Add a keepdim parameter for reduction functions over a single dimension.Gregory Chanan
2017-04-22fix typoSoumith Chintala
2017-04-22Indexing fix for fused GRU/LSTM kernels when all tensors are not contiguous.Christian Sarofeen
2017-04-22add contiguous checksSoumith Chintala
2017-04-18Fused RNN kernel remove explicit instantiation, isn't needed.Christian Sarofeen
2017-04-18Remove double precision math from LogSigmoid tooAdam Paszke
2017-04-18Update ops for Sigmoid and TanhAdam Paszke
2017-04-12fix THNN headerssoumith
2017-04-11Fused pointwise kernels for GRU/LSTMChristian Sarofeen
2017-04-09Merge pull request #455 from twitter-forks/indexlinearSoumith Chintala
2017-04-07Support TORCH_NVCC_FLAGS environment variableThomas Riccardi
2017-04-05Update to ignore zero targetsJin-Hwa Kim
2017-03-31Merge pull request #456 from twitter-forks/addmm-fixesSoumith Chintala
2017-03-30Using temporary variables when performing transpose + addmmPavan Yalamanchili
2017-03-25Improving the performance of IndexLinear:updateOutputPavan Yalamanchili
2017-03-24Fix inconsistent in-place and out-of-place for HardTanhngimel
2017-03-24Adding support for flattened inputs for IndexLinearPavan Yalamanchili
2017-03-24IndexLinear support for cunnPavan Yalamanchili
2017-03-22Merge pull request #453 from apaszke/lookup_renormSoumith Chintala
2017-03-22Added support for multidimensional tensors in PReLU; Channel number now in se...Hardik
2017-03-22Cast accumulator in LookupTable renorm to accrealAdam Paszke
2017-03-13change lookup table sortJeff Johnson
2017-02-21Merge pull request #418 from ruotianluo/adaptiveAverageSoumith Chintala
2017-02-21Merge pull request #434 from bottler/masterSoumith Chintala
2017-02-21Merge pull request #442 from twitter-forks/half-fixesSoumith Chintala