This website works better with JavaScript
Home
Explore
Help
Sign In
hugh
/
waifu2x
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
explicitly loading torch/cutorch
nagadomi
10 years ago
parent
2ffa93213e
commit
ee826715b7
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
lib/portable.lua
+ 2
- 0
lib/portable.lua
View File
@@ -1,2 +1,4 @@
+require 'torch'
+require 'cutorch'
require 'nn'
require 'cunn'