Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. sudo apt-get install nvidia-cuda-toolkit
  2.  
  3. THCudaCheck FAIL file=/tmp/luarocks_cutorch-scm-1-1028/cutorch/lib/THC/THCGeneral.c line=66 error=30 : unknown error
  4. package cunn not found!
  5. package cutorch not found!
  6. If cutorch and cunn are installed, your CUDA toolkit may be improperly configured.
  7. Check your CUDA toolkit installation, rebuild cutorch and cunn, and try again.
  8. Falling back on CPU mode
  9. ~/torch/install/share/lua/5.1/torch/File.lua:343: unknown Torch class <torch.CudaTensor>
  10.  
  11. luarocks install cutorch
  12. luarocks install cunn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement