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
I have run into an AIOOBE twice when training a classifier after adding/removing Labels. This is the stack trace:
I have tried different combinations of adding classes, adding pixels to them or not, then removing the label(s) and training a classifier (with different timings of when the classifier is added as well). I haven't been able to reliably reproduce the exception :( which makes me suspicious of this WeakHashMap iteration.
Is it possible that if segmentation was run after removing a label but before GC, this loop would cause an AIOOBE?
The text was updated successfully, but these errors were encountered:
I have run into an AIOOBE twice when training a classifier after adding/removing Labels. This is the stack trace:
I have tried different combinations of adding classes, adding pixels to them or not, then removing the label(s) and training a classifier (with different timings of when the classifier is added as well). I haven't been able to reliably reproduce the exception :( which makes me suspicious of this
WeakHashMap
iteration.Is it possible that if segmentation was run after removing a label but before GC, this loop would cause an AIOOBE?
The text was updated successfully, but these errors were encountered: