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
diff options
context:
space:
mode:
authorMichael Rotman <rotmanmi@pc-wolf102.(none)>2015-10-25 10:47:50 +0300
committersoumith <soumith@gmail.com>2015-12-01 23:40:36 +0300
commite9d60e05b3cb3a6d8ab0e136c25b3d4457deee45 (patch)
tree31b3f4906fc6b177a91f07cce7afbcfaf9a07323 /init.lua
parent1a5cf58e00d0d34c1f777f7bd570b31765ff04c5 (diff)
Added LeakyReLU module
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 3bd2293..2e078b8 100644
--- a/init.lua
+++ b/init.lua
@@ -73,6 +73,7 @@ include('SoftShrink.lua')
include('Threshold.lua')
include('ReLU.lua')
include('PReLU.lua')
+include('LeakyReLU.lua')
include('SpatialSoftMax.lua')
include('RReLU.lua')
include('ELU.lua')