You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When torch is loaded and a function errors, there is a reference leak reported when the ipython console is exited. This does not seem to happen in a normal python console and only when torch is loaded. Very weird.. I've seen this a few other times but never reproducible so unsure if it's the same issue or if there's a general reference leak.
nanobind: leaked 1 instances!
- leaked instance 0x13362a208 of type "AntsImageF2"
nanobind: leaked 1 types!
- leaked type "ants.lib.AntsImageF2"
nanobind: leaked 1 functions!
- leaked function "cropImage"
nanobind: this is likely caused by a reference counting issue in the binding code.