Open prjemian opened 3 years ago
Sometimes, we suspect a memory leak as more RAM is consumed for many days of continuous work.
The IPython %xdel magic command might be helpful: https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-xdel
%xdel
...just note taking here...
Use bps.checkpoint() more frequently, such as between samples of a batch. See #556
bps.checkpoint()
Sometimes, we suspect a memory leak as more RAM is consumed for many days of continuous work.
The IPython
%xdel
magic command might be helpful: https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-xdel...just note taking here...