There is an error as per the title.
python gpucuda cudnn chain
Please tell me the countermeasures.
Due to the program configuration, I run del and process images, but I can't reduce the image size, reduce the batch size, or change the network...
I'm sorry for being selfish, but I appreciate your cooperation.
python chainer cuda gpu
If you don't want to use multiple GPUs, there is a function called F.forget. This function can free memory by removing the intermediate feature .array
.
Also, if you can use multi-GPU, Data parallelization using multi-GPU is also helpful.
In this case, a minimum batch size of 1 must pass forward-backward.
© 2024 OneMinuteCode. All rights reserved.