DN_CaffeScript icon indicating copy to clipboard operation
DN_CaffeScript copied to clipboard

Why does this version consume a lot of memory?

Open 408550969 opened this issue 7 years ago • 0 comments

My 8G memory is all used when I train the train_test_BCBN_C10plusWithBias.prototxt and the batch size is only 1. The GPU's memory consumption is indeed reduced, but it looks like this version will consume memory indefinitely. When the memory is consumed, it begins to occupy virtual memory, causing the system to die. May I ask why could this happen? this is my train.sh: cd /home/c/caffe ./build/tools/caffe train
--solver="/home/cll/DN_CaffeScript-master/solver/prototxt"
--gpu 0

408550969 avatar Apr 18 '18 11:04 408550969