MemoryError when running Caiman many times #1271
Answered
by
kushalkolar
zhouyi0812
asked this question in
Q&A
|
Hello! |
Answered by
kushalkolar
Feb 13, 2024
Replies: 1 comment
|
You can probably just restart the kernel and don't need to reboot. Proper garbage collection in jupyter can be very complicated even for advanced programmers, due to the ipython kernel making tons of new references. Restarting the kernel is the way to go in this situation. |
0 replies
Answer selected by
zhouyi0812
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can probably just restart the kernel and don't need to reboot.
Proper garbage collection in jupyter can be very complicated even for advanced programmers, due to the ipython kernel making tons of new references. Restarting the kernel is the way to go in this situation.