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-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-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
2017-01-24Add contiguity checks to THCUNNAdam Paszke
2017-01-20cuda implementation of Gated Linear UnitAngela Fan
2017-01-18Merge pull request #420 from gchanan/genericgitignoreSoumith Chintala
2017-01-18Add THCUNN_generic_h.lua to .gitignoreGregory Chanan
2017-01-18Converting all instances of real to accreal in libTHCUNNPavan Yalamanchili
2017-01-12Ensuring inputs to math.random are integersPavan Yalamanchili
2017-01-11Merge pull request #414 from gchanan/thrustallocSoumith Chintala
2017-01-10Re-route thrust memory allocation to THCudaMalloc / THCudaFree in cunn.Gregory Chanan
2017-01-06Merge pull request #409 from BTNC/windowsSoumith Chintala
2017-01-06explicitly load THC for windowsRui Guo
2016-12-31adding TH_LIBRARIES and THC_LIBRARIES var to THCUNN cmakeSoumith Chintala
2016-12-31workaround for luarocks 12.04 bugSoumith Chintala
2016-12-31adding THCUNN_SO_VERSIONSoumith Chintala
2016-12-29Merge pull request #406 from gchanan/halfDataParallelTableSoumith Chintala
2016-12-29Add support for Half tensors to DataParallelTable.Gregory Chanan
2016-12-28Merge pull request #405 from apaszke/boolSoumith Chintala
2016-12-28Use bool for sizeAverage in SoftMarginCriterionAdam Paszke
2016-12-22Merge pull request #403 from colesbury/VolumetricDilatedMaxPoolingSoumith Chintala
2016-12-22Use less memory in VolumetricDilatedMaxPooling testsSam Gross
2016-12-16Merge pull request #401 from gchanan/dataParallelTablePrecisionSoumith Chintala
2016-12-16Add support for Double tensors to DataParallelTable.Gregory Chanan
2016-12-16Add missing free in LookupTable (#400)Adam Paszke
2016-12-14Check that batch size matches the target size in ClassNLLCriterion (#399)Adam Paszke
2016-12-10Merge pull request #398 from nicolasvasilache/patch-1Ronan Collobert
2016-12-10Update init.luaNicolas Vasilache
2016-12-09Add cudaHalf, cudaDouble functions to nn.Module. (#395)gchanan
2016-12-09Merge pull request #397 from lukeyeager/fix-slice-rangeSoumith Chintala
2016-12-09Fix sliceRange for when nElem < splitsNatalia Gimelshein
2016-12-07Merge pull request #394 from gchanan/volumShapeChecksSoumith Chintala
2016-12-05Improve shape checks for VolumetricDilatedConvolution, VolumetricConvolution,Gregory Chanan
2016-12-05Improve shape checks for VolumetricAveragePooling,Gregory Chanan
2016-12-05Improve shape checks for VolumetricMaxPooling and VolumetricDilatedMaxPooling.Gregory Chanan
2016-12-03Merge pull request #392 from torch/spatfracmaxSoumith Chintala