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
AgeCommit message (Expand)Author
2016-12-19adding BatchCenteringbatchcenteringsoumith
2016-12-12Merge pull request #1070 from torch/narrownegativeSoumith Chintala
2016-12-12Support negative offset in nn.Narrownarrownegativesoumith
2016-12-08Merge pull request #1063 from willfrey/patch-1Soumith Chintala
2016-12-08Update convolution.mdWill Frey
2016-12-07Merge pull request #1058 from gchanan/vShapeChecksSoumith Chintala
2016-12-06Improve gradOutput checks for VolumetricReplicationPadding.Gregory Chanan
2016-12-06Improve gradOutput check for VolumetricMaxUnpooling.Gregory Chanan
2016-12-06Add adj parameters to VolumetricFullConvolution documentation.Gregory Chanan
2016-12-06Improve shape checks for VolumetricDilatedConvolution, VolumetricConvolutionMM,Gregory Chanan
2016-12-06Improve shape checks for VolumetricAveragePooling, VolumetricDilatedMaxPooling,Gregory Chanan
2016-12-06Improve shape checks for VolumetricMaxPooling and VolumetricDilatedMaxPooling.Gregory Chanan
2016-12-06Merge pull request #1061 from ibmua/patch-3Soumith Chintala
2016-12-05Clearer explanation of paddingMenshykov
2016-12-03Merge pull request #1059 from gchanan/extraShapeCheckSoumith Chintala
2016-12-03Remove extra size check in SpatialAveragePooling.Gregory Chanan
2016-12-02Merge pull request #1057 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-02Improve shape checking for Temporal Convolution.Gregory Chanan
2016-12-01Merge pull request #1055 from gchanan/outputResizeLuaSoumith Chintala
2016-12-01Remove resizing of output in lua.Gregory Chanan
2016-12-01Merge pull request #1053 from gchanan/autoContigLuaSoumith Chintala
2016-12-01Move make contiguous code from lua to C.Gregory Chanan
2016-11-30Merge pull request #1052 from weihuang0908/masterSoumith Chintala
2016-11-30fix misleading doc for temporalConvolution.weightweihuang
2016-11-28Merge pull request #1051 from gchanan/temporalShapeCheckSoumith Chintala
2016-11-28Improve error messages/shape checks for temporal modules.Gregory Chanan
2016-11-26Merge pull request #1049 from fmassa/shapecheck_fixSoumith Chintala
2016-11-26Fix shapeCheck in Spatial Pooling modulesFrancisco Massa
2016-11-23Merge pull request #1047 from apaszke/mlmc_fixSoumith Chintala
2016-11-23Use TH_INDEX_BASE for range asserts in MultiLabelMarginCriterionAdam Paszke
2016-11-23Merge pull request #1045 from torch/nnavgshapeSoumith Chintala
2016-11-23refactoring and adding additional shape checks for SpatialAveragePoolingsoumith
2016-11-21Merge pull request #1041 from rajarshd/patch-1Soumith Chintala
2016-11-21Merge pull request #1042 from trypag/masterSoumith Chintala
2016-11-21Improve container's documentation readabilityPierre-Antoine Ganaye
2016-11-21fix indentationPierre-Antoine Ganaye
2016-11-21Improve documentation for the Parallel containerPierre-Antoine Ganaye
2016-11-21Update criterion.mdRajarshi Das
2016-11-20Merge pull request #1038 from apaszke/logsoftmax_leakSoumith Chintala
2016-11-20Fix memory leak in LogSoftMaxAdam Paszke
2016-11-17Merge pull request #1034 from gchanan/GPUmoduleSoumith Chintala
2016-11-17Support CudaDoubleTensor, CudaHalfTensor with nn.GPU.Gregory Chanan
2016-11-16Merge pull request #1033 from gchanan/autoContigSoumith Chintala
2016-11-16Call newContiguous rather than arg checking isContiguous.Gregory Chanan
2016-11-16Merge pull request #1032 from gchanan/contigCheckSoumith Chintala
2016-11-15Add contiguous checking / make tensors contiguous forGregory Chanan
2016-11-15Move VolumetricConvolution contiguous code from lua to C.Gregory Chanan
2016-11-15Merge pull request #1031 from sagarwaghmare69/PairwiseDistanceSoumith Chintala