Open mohaEs opened 4 years ago
I have a GPU with a 32GB memory ram. I can not train the WGAN even with the batchsize=1. OOM error will occur. I was wondering which module needs the most memory and is there any modification for making the network simpler?
32Gb should be large enough. When you do the training, do you do it on whole image or small image patches? What is the size of image patches?
I have a GPU with a 32GB memory ram. I can not train the WGAN even with the batchsize=1. OOM error will occur. I was wondering which module needs the most memory and is there any modification for making the network simpler?