VNet icon indicating copy to clipboard operation
VNet copied to clipboard

I meet a problem about out of memory

Open wangyidada opened this issue 7 years ago • 3 comments

when I run the main.py , it says Check failed: error == cudaSuccess(2 vs. 0) out of memory. I use Nvida Titan X with 12G of memory . Who can help me to solve this problem?

wangyidada avatar Apr 12 '17 07:04 wangyidada

if you look at the CLOSED issues you will find an answer to your question :)

(It’s about cudnn)

On Apr 12, 2017, at 3:24 AM, wangyidada [email protected] wrote:

when I run the main.py , it says Check failed: error == cudaSuccess(2 vs. 0) out of memory. I use Nvida Titan X with 12G of memory . Who can help me to solve this problem?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/faustomilletari/VNet/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/AMtsvnS_7EH7oFhkjS19AoysJwJ3Re7bks5rvHwZgaJpZM4M7C8C.

faustomilletari avatar Apr 12 '17 15:04 faustomilletari

@wangyidada

its not Vnet issue , check your gpu usage

run command: nvidia-smi

if you are utilizing limited space GPU then reduce input data

sagarhukkire avatar Apr 12 '17 22:04 sagarhukkire

Make sure you use 3D-Caffe and CuDNN V5.

mren888 avatar Jul 18 '17 22:07 mren888