sczhou / IGNN

[NeurIPS 2020] Cross-Scale Internal Graph Neural Network for Image Super-Resolution
308 stars 40 forks source link

out of memory #16

Open PASSENGER128 opened 3 years ago

PASSENGER128 commented 3 years ago

Your paper is very good and enlightening to me. When I apply your GraphAgg to my code, it will appear out of memory. Why is this? How should I deal with this problem? thank you!

qiqiing commented 3 years ago

Your paper is very good and enlightening to me. When I apply your GraphAgg to my code, it will appear out of memory. Why is this? How should I deal with this problem? thank you!

It should be due to the ‘out of memory’ caused by the backpropagation of patch2im in GraphAgg. I also have this problem and I don’t know how to solve it.