MemoryError when running Caiman many times #1271
-
Hello! |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.