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-22Remove accreal typedef because it is defined multiple timesGregory Chanan
2017-02-17Convert real to accreal in libTHCUNNPavan Yalamanchili
2017-02-15add localsoumith
2017-01-26Revert "Convert real to accreal in libTHCUNN"revert-416-half-fixesSoumith Chintala
2017-01-18Converting all instances of real to accreal in libTHCUNNPavan Yalamanchili
2017-01-06explicitly load THC for windowsRui Guo
2016-12-09Add cudaHalf, cudaDouble functions to nn.Module. (#395)gchanan
2016-11-12Don't reference HalfTensor when it doesn't existHoward Su
2016-11-09Remove non-generic support for modules.Gregory Chanan
2016-11-09Add generic support for BCECriterion.Gregory Chanan
2016-11-09Add generic support for MSECriterion.Gregory Chanan
2016-11-09Use THCIndexTensors more generally.Gregory Chanan
2016-11-09Add generic support for SpatialClassNLLCriterion.Gregory Chanan
2016-11-09Remove fastExpIfAvail and benchmarking from functional tests.Gregory Chanan
2016-11-09Add generic support for PReLU.Gregory Chanan
2016-11-09Add generic support for SoftPlus.Gregory Chanan
2016-08-12fixes for multiple cuda typessoumith
2016-03-08Reuse headers from THCUNN.h in THCUNN.luafsuzanomassa
2016-03-01SoftMarginCriterionsoumith
2016-02-26Merge pull request #224 from colesbury/bnSoumith Chintala
2016-02-25Add per-activation BatchNormalization implementation.Sam Gross
2016-02-25adding SpatialReflectionPadding and SpatialReplicationPaddingsoumith
2016-02-23Merge pull request #222 from fbesse/volumetric_full_fixSoumith Chintala
2016-02-20added weights to MultiMarginCriterionsoumith
2016-02-20adding padValue to LookupTablesoumith
2016-02-18Reimplemented VolumetricFullConvolution in the same fashion as SpatialFullCon...Frederic Besse
2016-02-11THNN conversion of Spatial* modulesFrancisco Massa
2016-02-10moving Temporal* to THCUNNsoumith
2016-02-03Add THCUNN conversion of Volumetric* modulesAndreas Köpf
2016-02-03Move Volumetric*.cu -> lib/THCUNNAndreas Köpf
2016-02-02Add THCUNN conversions of {RReLU, Sigmoid, SmoothL1Criterion, ...}Andreas Köpf
2016-02-01Add THCUNN conversions of {MSE, Margin, MultiMargin}Criterion & PReLUAndreas Köpf
2016-01-28Add THNN conversion of {Spatial(Adaptive,Average,Max)Pooling} and SpatialConv...Francisco Massa
2016-01-08Add THCUNN conversion of ELU, LeakyReLU, LogSigmoid, LogSoftMax, LookupTableAndreas Köpf
2016-01-03Add functional converion of DistKLDivCriterion, HardTanh, L1CostAndreas Köpf
2015-12-31Add functional conversion of ClassNLLCriterionAndreas Köpf
2015-12-30Remove special handing for OSX search pathAndreas Köpf
2015-12-30Install THCUNN into ${Torch_INSTALL_LUA_CPATH_SUBDIR}Andreas Köpf
2015-12-30Add THCUNN/ffi conversion of Abs and AbsCriterionAndreas Köpf