https://github.com/torch/cunn

sort by:
Revision Author Date Message Commit Date
f225bb4 Merge pull request #456 from twitter-forks/addmm-fixes Using temporary variables when performing transpose + addmm 31 March 2017, 18:44:07 UTC
54fdaa8 Using temporary variables when performing transpose + addmm 29 March 2017, 23:56:39 UTC
73beb06 Merge pull request #454 from ngimel/patch-1 Fix inconsistent in-place and out-of-place for HardTanh 24 March 2017, 00:29:17 UTC
67e30ae Fix inconsistent in-place and out-of-place for HardTanh in-place and out-of-place updateGradOutput results are different where input=min_val or input=max_val 24 March 2017, 00:27:29 UTC
6b6a462 Merge pull request #453 from apaszke/lookup_renorm Cast accumulator in LookupTable renorm to accreal 22 March 2017, 15:53:41 UTC
ab320e2 Added support for multidimensional tensors in PReLU; Channel number now in second dimension 22 March 2017, 15:45:02 UTC
724f18b Cast accumulator in LookupTable renorm to accreal 22 March 2017, 15:29:39 UTC
b610a35 Merge pull request #449 from gchanan/precision_testing Improve precision testing 15 March 2017, 18:36:10 UTC
7293be0 Merge pull request #451 from wickedfoo/faster-lookup-table Improve cunn LookupTable performance for large batch sizes 15 March 2017, 18:35:59 UTC
8d74ea9 change lookup table sort 13 March 2017, 20:55:16 UTC
008f4b9 Improve precision testing 1) In cases where tests were failing with some regularity (SmoothL1, l1cost, mse, SoftShrink-backward) scale error bounds by (absolute) value being tested. 2) Fix some spacing issues in error messages. 06 March 2017, 16:44:02 UTC
12d9add Merge pull request #447 from gchanan/accreal Remove accreal typedef because it is defined multiple times 22 February 2017, 20:07:07 UTC
172c82e Remove accreal typedef because it is defined multiple times with nn. 22 February 2017, 19:57:54 UTC
491fccf Merge pull request #446 from lvdmaaten/master [DPT] Add option for synchronous copy of model to GPUs 21 February 2017, 19:39:53 UTC
40cb39f [DPT] Add option for synchronous copy of model to GPUs 21 February 2017, 19:18:10 UTC
0d01aaa Merge pull request #418 from ruotianluo/adaptiveAverage Add SpatialAdaptiveAveragePooling. 21 February 2017, 14:15:12 UTC
e2084c1 Merge pull request #434 from bottler/master VolumetricFractionalMaxPooling like spatial 21 February 2017, 14:13:59 UTC
6d15802 Merge pull request #442 from twitter-forks/half-fixes Convert real to accreal in libTHCUNN 21 February 2017, 14:12:56 UTC
a0f3035 Merge pull request #445 from apaszke/nll_criterion Do SpatialClassNLLCriterion sizeAverage in a separate kernel 20 February 2017, 15:18:56 UTC
56e66d2 Do SpatialClassNLLCriterion sizeAverage in a separate kernel 20 February 2017, 14:54:23 UTC
0665363 Merge pull request #444 from apaszke/fixes Improvements for spatial functions 18 February 2017, 03:10:32 UTC
51cc7c5 Use a more stable formula for spatial LogSoftMax 17 February 2017, 21:05:45 UTC
6726d1a Add shape checks for SpatialClassNLLCriterion 17 February 2017, 21:01:56 UTC
3996dbb Convert real to accreal in libTHCUNN - This reverts commit 0d85922d116879448485ef88ae21e83a9255a0b0. - Includes fixes for TemporalRowConvolution 17 February 2017, 01:33:03 UTC
618f847 add local 15 February 2017, 12:18:43 UTC
251fcbf implementation of bias=False for VolConv.cu 15 February 2017, 12:18:17 UTC
e56cea1 Merge pull request #440 from gchanan/glugeneric Use THCTensor rather than THCudaTensor in GatedLinearUnit 08 February 2017, 16:23:16 UTC
6a9f05d Use THCTensor rather than THCudaTensor in THCUNN.h definition of GatedLinearUnit. 08 February 2017, 15:54:10 UTC
e0f2ed6 Merge pull request #438 from huihuifan/betterCudaGLU cuda implementation of Gated Linear Unit, fixed issues with genericiz… 03 February 2017, 05:45:21 UTC
32a0ada cuda implementation of Gated Linear Unit, fixed issues with genericization 03 February 2017, 05:38:25 UTC
b137006 Merge pull request #437 from torch/revert-430-newCudaGLU Revert "cuda implementation of Gated Linear Unit, fixed issues with genericization" 02 February 2017, 05:21:41 UTC
dc71d25 Revert "cuda implementation of Gated Linear Unit, fixed issues with genericization" 02 February 2017, 05:20:47 UTC
2a8d396 Merge pull request #430 from huihuifan/newCudaGLU cuda implementation of Gated Linear Unit, fixed issues with genericization 02 February 2017, 02:46:35 UTC
7571794 VolumetricFractionalMaxPooling like spatial 01 February 2017, 11:52:49 UTC
fc0dc59 Merge pull request #433 from apaszke/unpooling_leak Fix memory leak in SpatialMaxUnpooling 30 January 2017, 23:04:02 UTC
a3440e4 Fix memory leak in SpatialMaxUnpooling 30 January 2017, 22:23:07 UTC
fbef6e7 Merge pull request #431 from apaszke/asserts Compile with asserts by default 29 January 2017, 20:45:55 UTC
6568da8 Compile with asserts by default 29 January 2017, 20:21:59 UTC
37db7b8 Added cunn support for TemporalRowConvolutionMM (#415) * Added cunn TemporalRowConvolutionMM support 27 January 2017, 18:30:25 UTC
d253af0 cuda implementation of Gated Linear Unit, fixed issues with genericization 27 January 2017, 06:56:33 UTC
5fa193a Merge pull request #428 from colesbury/CMake Install THCUNN.h and generic/THCUNN.h 25 January 2017, 22:15:58 UTC
22b109d Install THCUNN.h and generic/THCUNN.h The THCApply.cuh is moved to the .cu files so that THCUNN.h can be compiled by a standard C compiler. 25 January 2017, 22:13:17 UTC
df99d8c Merge pull request #427 from torch/revert-416-half-fixes Revert "Convert real to accreal in libTHCUNN" 25 January 2017, 21:13:40 UTC
0d85922 Revert "Convert real to accreal in libTHCUNN" 25 January 2017, 21:13:20 UTC
8722303 Merge pull request #426 from torch/revert-421-cudaGLU Revert "cuda implementation of Gated Linear Unit" 25 January 2017, 18:16:44 UTC
1d010fc Revert "cuda implementation of Gated Linear Unit" 25 January 2017, 18:15:22 UTC
65eb811 Merge pull request #416 from pavanky/half-fixes Convert real to accreal in libTHCUNN 24 January 2017, 17:17:49 UTC
b4922ae Merge pull request #421 from huihuifan/cudaGLU cuda implementation of Gated Linear Unit 24 January 2017, 14:13:34 UTC
bd59f99 Merge pull request #423 from apaszke/contig_checks Add contiguity checks to THCUNN 23 January 2017, 22:22:24 UTC
1d70c17 Add contiguity checks to THCUNN 23 January 2017, 22:17:51 UTC
4a69b0f cuda implementation of Gated Linear Unit 20 January 2017, 07:01:30 UTC
223d4a1 Merge pull request #420 from gchanan/genericgitignore Add THCUNN_generic_h.lua to .gitignore 18 January 2017, 18:23:03 UTC
eaf58b0 Add THCUNN_generic_h.lua to .gitignore 18 January 2017, 16:14:26 UTC
e5cc080 Converting all instances of real to accreal in libTHCUNN This is because the current version of luaffifb fails to pass custom structs (i.e. half) as arguments or accept them as return values. The accreal parameters are immediately converted to real internally. This is done to ensure none of the internal code needs to be changed. This change also removes transform_reals_to_half which is no longer necessary. Change-Id: I978151d001de5492576fb0eddfa0608cd4e99149 18 January 2017, 00:06:42 UTC
8a553b7 Add SpatialAdaptiveAveragePooling. 15 January 2017, 01:44:07 UTC
c77be79 Ensuring inputs to math.random are integers 11 January 2017, 21:32:35 UTC
49d1c06 Merge pull request #414 from gchanan/thrustalloc Re-route thrust memory allocation to THCudaMalloc / THCudaFree in cunn. 11 January 2017, 00:27:29 UTC
1f8292f Re-route thrust memory allocation to THCudaMalloc / THCudaFree in cunn. 10 January 2017, 18:42:29 UTC
349df42 Merge pull request #409 from BTNC/windows explicitly load THC for windows 06 January 2017, 16:04:32 UTC
0cb41a1 explicitly load THC for windows 06 January 2017, 05:38:30 UTC
103fbff adding TH_LIBRARIES and THC_LIBRARIES var to THCUNN cmake 31 December 2016, 03:20:29 UTC
4a3b731 workaround for luarocks 12.04 bug 31 December 2016, 01:44:35 UTC
51dcb69 adding THCUNN_SO_VERSION 31 December 2016, 00:06:23 UTC
3d04f6b Merge pull request #406 from gchanan/halfDataParallelTable Add support for Half tensors to DataParallelTable. 29 December 2016, 19:24:28 UTC
4a21b71 Add support for Half tensors to DataParallelTable. 28 December 2016, 21:06:00 UTC
4173b22 Merge pull request #405 from apaszke/bool Use bool for sizeAverage in SoftMarginCriterion 27 December 2016, 23:44:36 UTC
0826d63 Use bool for sizeAverage in SoftMarginCriterion 27 December 2016, 23:36:11 UTC
d3d21f5 Merge pull request #403 from colesbury/VolumetricDilatedMaxPooling Use less memory in VolumetricDilatedMaxPooling tests 21 December 2016, 22:19:47 UTC
bedf7f0 Use less memory in VolumetricDilatedMaxPooling tests Previously, VolumetricDilatedMaxPooling_backward_batch could run out of memory even on a 12GB GPU. 21 December 2016, 22:17:25 UTC
0a48d8e Merge pull request #401 from gchanan/dataParallelTablePrecision Add support for Double tensors to DataParallelTable. 16 December 2016, 20:34:11 UTC
6a2e7ef Add support for Double tensors to DataParallelTable. Also adds currently disabled support for Half tensors, which requires torch.HalfTensor to enable. 16 December 2016, 20:26:50 UTC
9a338fa Add missing free in LookupTable (#400) 15 December 2016, 21:17:37 UTC
59f0492 Check that batch size matches the target size in ClassNLLCriterion (#399) 13 December 2016, 23:25:05 UTC
3e5b7c8 Merge pull request #398 from nicolasvasilache/patch-1 Update init.lua 10 December 2016, 01:13:44 UTC
5a1b9c8 Update init.lua In order to use cunn in terra we must not have 'undeclared' variables. Note the cunn table is initialized by: ```cunn = cunn or {} ``` ... in test.lua 10 December 2016, 01:07:08 UTC
3e652e3 Add cudaHalf, cudaDouble functions to nn.Module. (#395) * Add cudaHalf, cudaDouble functions to nn.Module. 09 December 2016, 16:26:00 UTC
ff37975 Merge pull request #397 from lukeyeager/fix-slice-range Fix sliceRange for when nElem < splits 09 December 2016, 01:37:36 UTC
92def6c Fix sliceRange for when nElem < splits 09 December 2016, 01:31:37 UTC
8d35db4 Merge pull request #394 from gchanan/volumShapeChecks Improve Volumetric shape checking. 07 December 2016, 01:07:22 UTC
b544850 Improve shape checks for VolumetricDilatedConvolution, VolumetricConvolution, VolumetricFullConvolution. Also add some additional checks for SpatialFullConvolution. 05 December 2016, 20:22:04 UTC
539ad90 Improve shape checks for VolumetricAveragePooling, VolumetricMaxUnpooling, VolumetricReplicationPadding. 05 December 2016, 17:31:00 UTC
d5dca72 Improve shape checks for VolumetricMaxPooling and VolumetricDilatedMaxPooling. 05 December 2016, 16:20:19 UTC
eef562a Merge pull request #392 from torch/spatfracmax fix half type numerics issue in SpatialFractionalMaxPooling 03 December 2016, 00:34:11 UTC
35b9fff fix half type numerics issue in SpatialFractionalMaxPooling 03 December 2016, 00:33:27 UTC
b3b9a88 Merge pull request #389 from gchanan/gradOutputShapeChecks Improve fix/shape checks for Temporal and Spatial modules 02 December 2016, 02:29:10 UTC
81ca160 Remove unnecessary shape checks in Spatial Pooling modules. Checks comparing input image sizes to kernel sizes are superseded by output size checks. 01 December 2016, 23:49:53 UTC
0d22308 Add gradOutput shape checks in temporal modules. 01 December 2016, 23:49:48 UTC
bb8e462 Fix spacing in SpatialDilatedMaxPooling. 01 December 2016, 23:49:41 UTC
1ddca5f Merge pull request #385 from gchanan/autoConfigLua Add newContiguous calls that have been removed from lua. 01 December 2016, 17:05:02 UTC
227bf2d Merge pull request #386 from gchanan/VolumetricDilatedMaxPoolingTest Generate valid image sizes for VolumetricDilatedMaxPooling tests. 01 December 2016, 17:04:28 UTC
e1d4be2 Generate valid image sizes for VolumetricDilatedMaxPooling tests. 01 December 2016, 17:03:21 UTC
92eac42 Add newContiguous calls that have been removed from lua. 30 November 2016, 21:58:22 UTC
c26131c Merge pull request #383 from gchanan/TemporalShapeCheck Improve error messages/shape check in TemporalMaxPooling. 28 November 2016, 19:50:59 UTC
fdb589f Improve error messages/shape check in TemporalMaxPooling. 28 November 2016, 19:46:26 UTC
ac7390f Merge pull request #382 from BTNC/win use local modified select_compute_arch.cmake for msvc 28 November 2016, 06:04:46 UTC
5a80d2e use local modified select_compute_arch.cmake for msvc 28 November 2016, 06:02:21 UTC
1793771 Merge pull request #381 from fmassa/shapecheck_fix Fix shapeCheck in Spatial Pooling modules 26 November 2016, 16:55:08 UTC
72208fd Fix shapeCheck in Spatial Pooling modules 26 November 2016, 16:41:59 UTC
b923c23 added shape checks for SpatialAveragePooling 22 November 2016, 21:23:16 UTC
f4391ed Merge pull request #379 from torch/local SpatialConvolutionLocal uses baddbmm 21 November 2016, 17:11:38 UTC
back to top