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
AgeCommit message (Expand)Author
2017-04-05Remove global `rangeStart`lvdmaaten-patch-1Laurens van der Maaten
2017-03-31Merge pull request #456 from twitter-forks/addmm-fixesSoumith Chintala
2017-03-30Using temporary variables when performing transpose + addmmPavan Yalamanchili
2017-03-24Merge pull request #454 from ngimel/patch-1Soumith Chintala
2017-03-24Fix inconsistent in-place and out-of-place for HardTanhngimel
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-15Merge pull request #449 from gchanan/precision_testingSoumith Chintala
2017-03-15Merge pull request #451 from wickedfoo/faster-lookup-tableSoumith Chintala
2017-03-13change lookup table sortJeff Johnson
2017-03-06Improve precision testingGregory Chanan
2017-02-22Merge pull request #447 from gchanan/accrealSoumith Chintala
2017-02-22Remove accreal typedef because it is defined multiple timesGregory Chanan
2017-02-21Merge pull request #446 from lvdmaaten/masterSoumith Chintala
2017-02-21[DPT] Add option for synchronous copy of model to GPUsLaurens van der Maaten
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
2017-02-20Merge pull request #445 from apaszke/nll_criterionSoumith Chintala
2017-02-20Do SpatialClassNLLCriterion sizeAverage in a separate kernelAdam Paszke
2017-02-18Merge pull request #444 from apaszke/fixesSoumith Chintala
2017-02-18Use a more stable formula for spatial LogSoftMaxAdam Paszke
2017-02-18Add shape checks for SpatialClassNLLCriterionAdam Paszke
2017-02-17Convert real to accreal in libTHCUNNPavan Yalamanchili
2017-02-15add localsoumith
2017-02-15implementation of bias=False for VolConv.cuEli Stevens
2017-02-08Merge pull request #440 from gchanan/glugenericSoumith Chintala
2017-02-08Use THCTensor rather than THCudaTensor in THCUNN.h definition ofGregory Chanan
2017-02-03Merge pull request #438 from huihuifan/betterCudaGLUSoumith Chintala
2017-02-03cuda implementation of Gated Linear Unit, fixed issues with genericizationAngela Fan
2017-02-02Merge pull request #437 from torch/revert-430-newCudaGLUSoumith Chintala
2017-02-02Revert "cuda implementation of Gated Linear Unit, fixed issues with genericiz...revert-430-newCudaGLUSoumith Chintala
2017-02-02Merge pull request #430 from huihuifan/newCudaGLUSoumith Chintala
2017-02-01VolumetricFractionalMaxPooling like spatialjeremy
2017-01-31Merge pull request #433 from apaszke/unpooling_leakSoumith Chintala
2017-01-31Fix memory leak in SpatialMaxUnpoolingAdam Paszke
2017-01-29Merge pull request #431 from apaszke/assertsSoumith Chintala
2017-01-29Compile with asserts by defaultAdam Paszke
2017-01-27Added cunn support for TemporalRowConvolutionMM (#415)Will Frey
2017-01-27cuda implementation of Gated Linear Unit, fixed issues with genericizationAngela Fan
2017-01-26Merge pull request #428 from colesbury/CMakeSoumith Chintala
2017-01-26Install THCUNN.h and generic/THCUNN.hSam Gross
2017-01-26Merge pull request #427 from torch/revert-416-half-fixesSoumith Chintala
2017-01-26Revert "Convert real to accreal in libTHCUNN"revert-416-half-fixesSoumith Chintala
2017-01-25Merge pull request #426 from torch/revert-421-cudaGLUSoumith Chintala
2017-01-25Revert "cuda implementation of Gated Linear Unit"revert-421-cudaGLUSoumith Chintala
2017-01-24Merge pull request #416 from pavanky/half-fixesSoumith Chintala
2017-01-24Merge pull request #421 from huihuifan/cudaGLUSoumith Chintala
2017-01-24Merge pull request #423 from apaszke/contig_checksSoumith Chintala