titu1994 / keras-non-local-nets

Keras implementation of Non-local Neural Networks
MIT License
290 stars 100 forks source link

Question #16

Open JackHeroFly opened 3 years ago

JackHeroFly commented 3 years ago

Hello,thanks for your code. When I use the non local module in my model, I am always reminded that my graphics card is out of memory. In fact, when the module is removed, the model can be trained normally. Does this module need to occupy a lot of memory?