Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/cunn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tulloch <andrew@tullo.ch>2014-11-27 07:11:00 +0300
committerAndrew Tulloch <andrew@tullo.ch>2014-11-27 07:11:13 +0300
commit612128a66860c150ea8ca6d0ebd006a842405ecf (patch)
tree29bd095441365fe8938103ad5ee1981c1a2a8f2c /init.lua
parent37ea73698c7654a077b2241685f84d95e19f08bb (diff)
Move test/benchmark to top level
Summary: Test Plan: Reviewers: Subscribers: Tasks: Blame Revision:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 032edab..ae18822 100644
--- a/init.lua
+++ b/init.lua
@@ -2,4 +2,4 @@ require "cutorch"
require "nn"
require "libcunn"
-torch.include('cunn', 'test.lua')
+include('test.lua')