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:
authorsoumith <soumith@fb.com>2016-01-26 00:52:48 +0300
committersoumith <soumith@fb.com>2016-01-26 00:52:48 +0300
commit5b2d4ed1b582b77395367c8f09169b0b9371bd25 (patch)
treef846716885fdb4d4c03d4048001552bc5ce23571 /init.lua
parentf04cc62f8df1537859e33b046031c126d291b275 (diff)
adding a Bilinear layer
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 5ed38d0..33a9a06 100644
--- a/init.lua
+++ b/init.lua
@@ -15,6 +15,7 @@ include('Sequential.lua')
include('DepthConcat.lua')
include('Linear.lua')
+include('Bilinear.lua')
include('SparseLinear.lua')
include('Reshape.lua')
include('View.lua')