Open
Description
Hi,
I have used the train-a-digit-classifier in a CPU mode and it is worked well. but now I want to test it in a GPU mode. I have a NVIDIA JETSON TK1 where I have installed CUDA 6.5 and all other prerequisites. I have also installed Torch7 and the two packages: Cutorch and Cunn.
In some tutorials, they say that for using the GPU mode with CUDA, there are only some lines of code to add:
require 'cunn'
In order to use CUDA
model:cuda()
to convert the nn to CUDA
But when I run: qlua train-on-mnist.lua
I get some errors. Can you help me ?
Regards.
Metadata
Metadata
Assignees
Labels
No labels