We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While generating with lines like this gpu=1 net=checkpoints/experiment1_5_net_G.t7 th generate.lua I'm getting a weird out-of-memory error:
gpu=1 net=checkpoints/experiment1_5_net_G.t7 th generate.lua
THCudaCheck FAIL file=/tmp/luarocks_cutorch-scm-1-28/cutorch/init.c line=261 error=2 : out of memory
A quick nvidia-smi shows that the gpu I'm using has still ~11GB free. Does anyone have a clue on why this might happen?
Thanks, Daniele
The text was updated successfully, but these errors were encountered:
Ok, I solved it: it happened with multiple GPUs. Setting CUDA_VISIBLE_DEVICES=1 fixed it.
Sorry, something went wrong.
No branches or pull requests
While generating with lines like this
gpu=1 net=checkpoints/experiment1_5_net_G.t7 th generate.lua
I'm getting a weird out-of-memory error:
THCudaCheck FAIL file=/tmp/luarocks_cutorch-scm-1-28/cutorch/init.c line=261 error=2 : out of memory
A quick nvidia-smi shows that the gpu I'm using has still ~11GB free.
Does anyone have a clue on why this might happen?
Thanks,
Daniele
The text was updated successfully, but these errors were encountered: