Closed nicolas-ivanov closed 8 years ago
Hi, maybe try -gpuid 1?
Tried this already... On 28 Jun 2016 23:20, "Yoon Kim" notifications@github.com wrote:
Hi, maybe try -gpuid 1?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/harvardnlp/seq2seq-attn/issues/27#issuecomment-229170406, or mute the thread https://github.com/notifications/unsubscribe/ACKuFmsCXI8ynpiuWCzBl18y00bY-ZWjks5qQYINgaJpZM4JAawV .
hmm seems like a driver issue:
Wow, thanks a lot! I'll check this up and report back to you. On 29 Jun 2016 00:15, "Yoon Kim" notifications@github.com wrote:
hmm seems like a driver issue:
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/harvardnlp/seq2seq-attn/issues/27#issuecomment-229185953, or mute the thread https://github.com/notifications/unsubscribe/ACKuFhO-oVP2xnXE5WOg0wtkGVij1ehpks5qQY7QgaJpZM4JAawV .
@yoonkim your link helped, thank you!
Apparently, torch was trying to use the default version of cuda instead of the latest one.
So I had to append the following lines to my ~/.bashrc
file
export CUDA_HOME=/usr/local/cuda-7.5
export LD_LIBRARY_PATH=${CUDA_HOME}/lib64
PATH=${CUDA_HOME}/bin:${PATH}
export PATH
and restart the bash session.
Thank you for a marvelous library! I'm trying to train a demo model on a GPU, however I get the following error:
Any suggestions on how it can be fixed?
All the Lua packages (hdf5, nngraph, cutorch, cunn) seem to be installed properly.