meteorshowers / RCF-pytorch

Richer Convolutional Features for Edge Detection model in pytorch CVPR2017
509 stars 145 forks source link

cuda out of memory #58

Closed StephenZhao1 closed 1 year ago

StephenZhao1 commented 1 year ago
  1. first of all, I train your model on sklarge datasets and runs successfully.
  2. I create my own datasets and train the same model with same process, cuda out of memory happens. I find that sklarge image size is not very big, image size of my datasets is more bigger,maybe that is the cause, how can I optimize the model? My gpu memory is 8GB.
CodeCat110 commented 1 year ago

https://blog.csdn.net/Together_CZ/article/details/126545991