aboutsummaryrefslogtreecommitdiff
path: root/nerv/layer/init.lua
diff options
context:
space:
mode:
authortan tian <tantian@sjtu.edu.cn>2016-04-18 18:47:57 +0800
committertan tian <tantian@sjtu.edu.cn>2016-04-18 18:47:57 +0800
commitb5b6b57751d6bc3379c7379cc0ec5164fade8e3c (patch)
tree7cb32d6ee3ccf469bca1a16c067c1ae0732fb0bb /nerv/layer/init.lua
parentc73636ba680cdb5b57602a1876a75c110b43d426 (diff)
add projection layer and lstmp layer
Diffstat (limited to 'nerv/layer/init.lua')
-rw-r--r--nerv/layer/init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/nerv/layer/init.lua b/nerv/layer/init.lua
index 3a6cbcd..c893df3 100644
--- a/nerv/layer/init.lua
+++ b/nerv/layer/init.lua
@@ -152,6 +152,8 @@ nerv.include('gru.lua')
nerv.include('rnn.lua')
nerv.include('duplicate.lua')
nerv.include('identity.lua')
+nerv.include('projection.lua')
+nerv.include('lstmp.lua')
-- The following lines are for backward compatibility, and will be removed in
-- the future. The use of these names are deprecated.