https://github.com/torch/cunn

sort by:
Revision Author Date Message Commit Date
e856c86 Cutting version 1.0-0 29 July 2016, 05:04:49 UTC
387ff4f Merge pull request #309 from paulineluc14/master Adding SpatialUpSamplingBilinear 27 July 2016, 18:25:39 UTC
a6bb463 Adding SpatialUpSamplingBilinear 27 July 2016, 09:12:05 UTC
9634a07 Merge pull request #308 from mys007/classnllbounds NLL Criteria: weight bound checking 25 July 2016, 14:00:56 UTC
3f14ce2 added bound checks for weights 25 July 2016, 10:03:04 UTC
2cd59e1 Merge pull request #305 from colesbury/batchnorm Fix BatchNormalization warpSum for pre-Kepler cards 07 July 2016, 23:19:19 UTC
136b547 Fix BatchNormalization warpSum for pre-Kepler cards Fixes #298 07 July 2016, 23:13:12 UTC
86d9f56 Merge pull request #303 from torch/powfix fix for std::pow ambiguousness 04 July 2016, 22:26:51 UTC
0732014 fix for std::pow ambiguousness 04 July 2016, 22:27:05 UTC
d02176d Merge pull request #282 from nicholas-leonard/GPU nn.GPU 03 July 2016, 12:39:23 UTC
d642e59 nn.GPU unit test 02 July 2016, 20:31:06 UTC
0e7f438 Merge pull request #301 from PraveerSINGH/SpatialFullConvolution-noBias Add noBias for nn.SpatialFullConvolution 23 June 2016, 18:57:27 UTC
b80facc nobias in spatial full conv 23 June 2016, 13:22:39 UTC
67c87ef Merge pull request #300 from jonathantompson/volpad Added VolumetricReplicationPadding. 18 June 2016, 15:44:16 UTC
e5181dc Merge pull request #299 from szagoruyko/inplace-hardtanh inplace hardtanh, remove relu6 18 June 2016, 15:42:51 UTC
ca50de6 Added VolumetricReplicationPadding. 17 June 2016, 21:46:42 UTC
2ece1b2 inplace hardtanh, remove relu6 16 June 2016, 15:08:32 UTC
55dd536 Merge pull request #297 from jonathantompson/relu6 Added ReLU6 implementation and test. 14 June 2016, 20:59:37 UTC
caa0b94 Added ReLU6 implementation and test. 14 June 2016, 18:50:48 UTC
bf710ed Merge pull request #294 from kmul00/volmaxunpool Added CUDA version of VolumetricMaxUnpooling 11 June 2016, 15:10:22 UTC
5312313 Merge pull request #296 from torch/fixes fixes for cutorch API changes 11 June 2016, 14:59:47 UTC
b01894b fixes for cutorch API changes 11 June 2016, 14:59:09 UTC
5413524 Added CUDA version of VolumetricMaxUnpooling modified: THCUNN.h new file: VolumetricMaxUnpooling.cu modified: ../../test.lua Freed input storage modified: VolumetricMaxUnpooling.cu 11 June 2016, 10:13:56 UTC
bc1080e adding some comments 06 June 2016, 22:32:53 UTC
40049f6 Merge pull request #291 from torch/volpoolfixx fixing Volumetric Average and Max Pooling for large inputs 05 June 2016, 23:37:03 UTC
d95c58e fixing Volumetric Average and Max Pooling for large inputs 05 June 2016, 23:32:22 UTC
e4e0a8c Merge pull request #290 from torch/errcheck making error checking consistent, always and simple 05 June 2016, 06:15:34 UTC
b1a39d1 making error checking consistent, always and simple 05 June 2016, 06:14:16 UTC
4a14d88 Merge pull request #288 from torch/gccfix fixes for gcc 5.xx 04 June 2016, 04:46:41 UTC
c67cfef fixes for gcc 5.xx 04 June 2016, 04:45:31 UTC
6d31b76 Merge pull request #287 from borisfom/master Improving arch selection function handling 02 June 2016, 04:31:17 UTC
913539d Improving arch selection function handling 01 June 2016, 22:46:54 UTC
597e858 Merge pull request #285 from colesbury/dpt Fix test_DataParallelTable.lua 01 June 2016, 02:52:16 UTC
7296c27 Fix test_DataParallelTable.lua 31 May 2016, 19:30:33 UTC
64d36c2 Merge pull request #283 from torch/revert-281-master Revert "Poring to new CMake" 28 May 2016, 02:40:50 UTC
c605f3c Revert "Poring to new CMake" 28 May 2016, 02:40:40 UTC
1342a08 Merge pull request #281 from borisfom/master Poring to new CMake 27 May 2016, 17:32:19 UTC
c8730c6 Porting to new CMake 26 May 2016, 22:43:00 UTC
bd6659a Added CUDA 5.2 26 May 2016, 22:07:14 UTC
00209fc Merge pull request #279 from andreaskoepf/softmax_3d Use 3d thread blocks in SoftMax for inputs with w*h > 2^16-1 26 May 2016, 05:07:37 UTC
6b02ea8 Use 3d thread blocks in SoftMax for inputs with w*h > 2^16-1 20 May 2016, 21:57:45 UTC
9b74238 Merge pull request #277 from davidsaxton/fix_test Fix SpatialSubSampling (was doing non-atomic writes in backprop). 20 May 2016, 13:22:20 UTC
96a0bdb Fix SpatialSubSampling (was doing non-atomic writes in backprop). Also some changes to test to make it less flaky: - Decrease some output counts to reduce out-of-memory issues. - Decrease some tolerances. - Increase precision of random seed so that multiple test launches at the same time start with different seeds. 20 May 2016, 09:37:11 UTC
772e05c Merge pull request #276 from hughperkins/readme-fixette readme fixette 18 May 2016, 14:53:01 UTC
ae9bb94 readme fixette 18 May 2016, 09:48:05 UTC
aeb2e3f Merge pull request #274 from verdimrc/verdimrc-patch-1 Limit registers when LRNFillScale runs on TK1. 18 May 2016, 05:13:55 UTC
6a59763 Limit registers when LRNFillScale runs on TK1. Fix for torch@cunn#271, to make openface works on Jetson TK1. 18 May 2016, 03:52:37 UTC
e7cc01c Merge pull request #273 from hughperkins/readme-fixettes fixettes for README.md 17 May 2016, 23:20:03 UTC
7280a02 fixettes for README.md 17 May 2016, 23:04:58 UTC
72c7a8a Merge pull request #272 from hughperkins/add-some-doc Add some doc 17 May 2016, 15:17:54 UTC
1f9b938 Add some doc 17 May 2016, 13:33:35 UTC
7c6cdf0 Merge pull request #269 from lukeyeager/rockspec-cxx-flags Add CMAKE_CXX_FLAGS to rockspec 11 May 2016, 20:19:07 UTC
37f9196 Add CMAKE_CXX_FLAGS to rockspec Helps with building on Ubuntu 16.04 11 May 2016, 20:10:35 UTC
3495625 Merge pull request #267 from apaszke/spatial_nll Add SpatialClassNLLCriterion (with pre-Kepler support) 01 May 2016, 18:48:42 UTC
ef166c8 Add SpatialClassNLLCriterion (with pre-Kepler support) 01 May 2016, 18:37:05 UTC
c9b0b3f Merge pull request #266 from torch/revert-250-spatial_nll Revert "Add SpatialClassNLLCriterion" 01 May 2016, 16:41:49 UTC
c097e16 Revert "Add SpatialClassNLLCriterion" 01 May 2016, 16:41:28 UTC
89cf5f1 Merge pull request #261 from torch/dilated Adding SpatialDilatedConvolution 28 April 2016, 18:18:43 UTC
229a980 Merge pull request #250 from apaszke/spatial_nll Add SpatialClassNLLCriterion 28 April 2016, 03:46:40 UTC
dca99d8 Adding SpatialDilatedConvolution 27 April 2016, 22:21:54 UTC
3d97620 Merge pull request #260 from torch/multilabelmargin adding CUDA version of MultiLabelMarginCriterion + tests 27 April 2016, 19:20:06 UTC
2b9dff8 adding CUDA version of MultiLabelMarginCriterion + tests 27 April 2016, 18:56:00 UTC
9558c29 Merge pull request #259 from torch/dptfixes2 fixes to DataParallelTable for no parameter networks 27 April 2016, 18:54:20 UTC
b0c106c fixes to DataParallelTable for no parameter networks 27 April 2016, 18:52:02 UTC
6474907 Add SpatialClassNLLCriterion 26 April 2016, 19:04:05 UTC
17038fd Merge pull request #258 from apaszke/dpt_clearstate Fix clearState in DataParallelTable 25 April 2016, 21:53:10 UTC
8737702 Fix clearState in DataParallelTable Make it return the module, just like all other modules do. 25 April 2016, 21:51:39 UTC
24daf02 Merge pull request #257 from ngimel/clearState fix clearState for DataParallelTable 25 April 2016, 16:33:26 UTC
d764ff2 fix clearState for DataParallelTable 25 April 2016, 16:14:02 UTC
6c3c3f3 fixing tests sizes in Reflection and Replication padding tests to be valid (#255) 20 April 2016, 20:02:11 UTC
ca1b6e8 Fix VolumetrixMaxPooling tests (#254) 19 April 2016, 21:45:35 UTC
f03b92f add noBias for nn.Linear and nn.SpatialConvolution (#252) add tests testing done add noBias for nn.Linear and nn.SpatialConvolution add check in THCUNN_assertSameGPU add noBias for nn.Linear and nn.SpatialConvolution minor edits add noBias for nn.Linear and nn.SpatialConvolution 18 April 2016, 15:27:25 UTC
4e56a81 add backpropagation for bachnormalization in evaluation mode (#251) add tests for batchnormalization in evaluation mode fix bugs BatchNormalization: compute save_mean and save_std in evaluattion mode 16 April 2016, 17:33:48 UTC
3d75c1e distkldiv test fix 13 April 2016, 15:41:41 UTC
dd13411 Remove use of broken THInf macro, which caused UB * [VolmetricMaxPooling] Remove use of broken THInf macro, which caused UB * [SpatialFractionalMaxPooling] Remove use of broken THInf macro, which caused UB 12 April 2016, 18:01:23 UTC
1b0c643 [LookupTable] Add Max-norm constraints to LookupTable (#240) 11 April 2016, 20:40:44 UTC
2fee130 Merge pull request #244 from hughperkins/cunn-test-alias Add alias cunn.test(), following eg format of cutorch.test() 08 April 2016, 15:13:10 UTC
d9e4072 Merge pull request #243 from hughperkins/remove-testsuite-warning remove warnings about testsuite 08 April 2016, 14:47:10 UTC
0687c41 Add alias cunn.test(), following eg format of cutorch.test() 08 April 2016, 13:37:02 UTC
d168951 remove warnings about testsuite 08 April 2016, 13:28:14 UTC
c9f24c7 Merge pull request #239 from caldweln/cuda make margin parameterizable 22 March 2016, 13:45:00 UTC
cb3122d make margin parameterizable 22 March 2016, 09:08:14 UTC
64959b2 Merge pull request #223 from ebetica/sparse_linear Adding SparseLinear with CUDA 18 March 2016, 18:33:51 UTC
cc683ed Adding SparseLinear for CUDA 18 March 2016, 18:14:10 UTC
667f47b Merge pull request #238 from anibali/inplace_elu In-place ELU 14 March 2016, 17:16:10 UTC
908e558 In-place ELU 10 March 2016, 01:01:29 UTC
3827fcd Merge pull request #237 from apaszke/err_msg_fix THNN -> THCUNN in assertSameGPU 09 March 2016, 12:46:04 UTC
6ef8d65 THNN -> THCUNN in assertSameGPU 09 March 2016, 09:15:17 UTC
8a5347d Merge pull request #235 from apaszke/err_msg Add an error message for checkGPU assertion 08 March 2016, 21:57:02 UTC
ee63c24 Add THCUNN_h.lua to .gitignore 08 March 2016, 21:01:24 UTC
5b3dc54 Add an error message for checkGPU 08 March 2016, 21:00:59 UTC
c841015 Merge pull request #234 from fmassa/THCUNN_header Reuse headers from THCUNN.h in THCUNN.lua 08 March 2016, 18:19:43 UTC
5b02b61 Reuse headers from THCUNN.h in THCUNN.lua 08 March 2016, 18:00:09 UTC
fc2a0b3 fix cuda arch for cuda 6.5 06 March 2016, 16:55:47 UTC
514c0c0 Merge pull request #230 from szagoruyko/patch-3 Remove CMakeLists CUDA 5 os x workaround 01 March 2016, 00:09:49 UTC
1e02bf9 remove CMakeLists CUDA 5 os x bugfix not relevant as we are on 6.5 at least 29 February 2016, 23:46:37 UTC
a974027 Merge pull request #229 from torch/cleanup removing useless unit.cu, utils.h and utils.cu 29 February 2016, 23:36:43 UTC
a6aa130 removing useless unit.cu, utils.h and utils.cu 29 February 2016, 23:36:20 UTC
41c750f Merge pull request #228 from torch/softmargincriterion SoftMarginCriterion 29 February 2016, 21:19:08 UTC
932bb48 SoftMarginCriterion 29 February 2016, 21:17:44 UTC
back to top