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
2016-05-17Add some docHugh Perkins
2016-05-11Merge pull request #269 from lukeyeager/rockspec-cxx-flagsSoumith Chintala
2016-05-11Add CMAKE_CXX_FLAGS to rockspecLuke Yeager
2016-05-01Merge pull request #267 from apaszke/spatial_nllSoumith Chintala
2016-05-01Add SpatialClassNLLCriterion (with pre-Kepler support)Adam Paszke
2016-05-01Merge pull request #266 from torch/revert-250-spatial_nllSoumith Chintala
2016-05-01Revert "Add SpatialClassNLLCriterion"Soumith Chintala
2016-04-28Merge pull request #261 from torch/dilatedSoumith Chintala
2016-04-28Merge pull request #250 from apaszke/spatial_nllSoumith Chintala
2016-04-28Adding SpatialDilatedConvolutionsoumith
2016-04-27Merge pull request #260 from torch/multilabelmarginSoumith Chintala
2016-04-27adding CUDA version of MultiLabelMarginCriterion + testssoumith
2016-04-27Merge pull request #259 from torch/dptfixes2Soumith Chintala
2016-04-27fixes to DataParallelTable for no parameter networkssoumith
2016-04-26Add SpatialClassNLLCriterionAdam Paszke
2016-04-26Merge pull request #258 from apaszke/dpt_clearstateSoumith Chintala
2016-04-26Fix clearState in DataParallelTableAdam Paszke
2016-04-25Merge pull request #257 from ngimel/clearStateSoumith Chintala
2016-04-25fix clearState for DataParallelTableNatalia Gimelshein
2016-04-20fixing tests sizes in Reflection and Replication padding tests to be valid (#...Soumith Chintala
2016-04-20Fix VolumetrixMaxPooling tests (#254)Adam Paszke
2016-04-18add noBias for nn.Linear and nn.SpatialConvolution (#252)Kaiyu Yang
2016-04-16add backpropagation for bachnormalization in evaluation mode (#251)Kaiyu Yang
2016-04-13distkldiv test fixsoumith
2016-04-12Remove use of broken THInf macro, which caused UBThomas Köppe
2016-04-11[LookupTable] Add Max-norm constraints to LookupTable (#240)Xianjie Chen
2016-04-08Merge pull request #244 from hughperkins/cunn-test-aliasSoumith Chintala
2016-04-08Merge pull request #243 from hughperkins/remove-testsuite-warningSoumith Chintala
2016-04-08Add alias cunn.test(), following eg format of cutorch.test()Hugh Perkins
2016-04-08remove warnings about testsuiteHugh Perkins
2016-03-22Merge pull request #239 from caldweln/cudaSoumith Chintala
2016-03-22make margin parameterizablenick
2016-03-18Merge pull request #223 from ebetica/sparse_linearSoumith Chintala
2016-03-18Adding SparseLinear for CUDAZeming Lin
2016-03-14Merge pull request #238 from anibali/inplace_eluSoumith Chintala
2016-03-10In-place ELUAiden Nibali
2016-03-09Merge pull request #237 from apaszke/err_msg_fixSoumith Chintala
2016-03-09THNN -> THCUNN in assertSameGPUAdam Paszke
2016-03-09Merge pull request #235 from apaszke/err_msgSoumith Chintala
2016-03-09Add THCUNN_h.lua to .gitignoreAdam Paszke
2016-03-09Add an error message for checkGPUAdam Paszke
2016-03-08Merge pull request #234 from fmassa/THCUNN_headerSoumith Chintala
2016-03-08Reuse headers from THCUNN.h in THCUNN.luafsuzanomassa
2016-03-06fix cuda arch for cuda 6.5Soumith Chintala
2016-03-01Merge pull request #230 from szagoruyko/patch-3Soumith Chintala
2016-03-01remove CMakeLists CUDA 5 os x bugfixSergey Zagoruyko
2016-03-01Merge pull request #229 from torch/cleanupSoumith Chintala
2016-03-01removing useless unit.cu, utils.h and utils.cusoumith
2016-03-01Merge pull request #228 from torch/softmargincriterionSoumith Chintala
2016-03-01SoftMarginCriterionsoumith