ArtificialIntelligenceToolkit / conx

The On-Ramp to Deep Learning

Home Page:http://conx.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory leak?

dsblank opened this issue · comments

Just running a NNPlayer in the AlphaZero notebook creates a steady use of memory. And then crash!

What could be holding on to memory? Keras? Conx? How to track this down?

Fixed by adding and calling new cx.session_clear() method.