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:
authorRonan Collobert <ronan@collobert.com>2016-12-10 04:13:44 +0300
committerGitHub <noreply@github.com>2016-12-10 04:13:44 +0300
commit3e5b7c8ada3abd0614ad6b2e31a76be03231174f (patch)
treedface19062eda3fe5d2979fd352ce4cd93221532
parent3e652e371b0abe8dc5c415a601d77b6ef8643cf5 (diff)
parent5a1b9c88b338b09fec3649205f4f0fb63921db8e (diff)
Merge pull request #398 from nicolasvasilache/patch-1
Update init.lua
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index f149a1b..fd1e319 100644
--- a/init.lua
+++ b/init.lua
@@ -1,3 +1,5 @@
+cunn = nil
+
require "cutorch"
require "nn"
require "cunn.THCUNN"