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-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
2016-12-03fix half type numerics issue in SpatialFractionalMaxPoolingspatfracmaxsoumith
2016-12-02Merge pull request #389 from gchanan/gradOutputShapeChecksSoumith Chintala
2016-12-02Remove unnecessary shape checks in Spatial Pooling modules.Gregory Chanan
2016-12-02Add gradOutput shape checks in temporal modules.Gregory Chanan
2016-12-02Fix spacing in SpatialDilatedMaxPooling.Gregory Chanan
2016-12-01Merge pull request #385 from gchanan/autoConfigLuaSoumith Chintala
2016-12-01Merge pull request #386 from gchanan/VolumetricDilatedMaxPoolingTestSoumith Chintala
2016-12-01Generate valid image sizes for VolumetricDilatedMaxPooling tests.Gregory Chanan
2016-12-01Add newContiguous calls that have been removed from lua.Gregory Chanan
2016-11-28Merge pull request #383 from gchanan/TemporalShapeCheckSoumith Chintala
2016-11-28Improve error messages/shape check in TemporalMaxPooling.Gregory Chanan