You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything goes well when I install torch and luarocks install cutorch & cunn & cudnn.
But when I test torch by './test.sh'
There are so many errors, most of which are 'Function call failed. XXX : Lapack library not found in compile time.' and 'Function call failed. /torch/install/share/lua/5.1/nn/xxx.lua: cuda runtime error (8) : invalid device function.'
I suppose there are something wrong with cuda and cudnn but they are normal when I install torch.
Could someone help me about this problem?
The text was updated successfully, but these errors were encountered:
Everything goes well when I install torch and luarocks install cutorch & cunn & cudnn.
But when I test torch by './test.sh'
There are so many errors, most of which are 'Function call failed. XXX : Lapack library not found in compile time.' and 'Function call failed. /torch/install/share/lua/5.1/nn/xxx.lua: cuda runtime error (8) : invalid device function.'
I suppose there are something wrong with cuda and cudnn but they are normal when I install torch.
Could someone help me about this problem?
The text was updated successfully, but these errors were encountered: