Browse Source

Merge pull request #44 from nagadomi/remove_cunn_rescue

explicitly loading torch/cutorch
nagadomi 10 years ago
parent
commit
0b9a8b514c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/portable.lua

+ 2 - 0
lib/portable.lua

@@ -1,2 +1,4 @@
+require 'torch'
+require 'cutorch'
 require 'nn'
 require 'cunn'