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 was trying to make a prediction with Custom Model 2D/3D and I was getting the following out of memory error in the terminal:
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info. This isn't available when running in Eager mode.
[Op:__inference_predict_function_2519]
but in napari, the progress indicator icon was still displayed (see yellow box in screenshot):
I think it would be a good idea to disable this Progress indicator icon when an error occurs so the users who are not looking into their terminal window do not think the model is still predicting and are not waiting for output.
Best,
Mara
The text was updated successfully, but these errors were encountered:
Hi all,
I was trying to make a prediction with
Custom Model 2D/3D
and I was getting the following out of memory error in the terminal:but in napari, the progress indicator icon was still displayed (see yellow box in screenshot):
I think it would be a good idea to disable this Progress indicator icon when an error occurs so the users who are not looking into their terminal window do not think the model is still predicting and are not waiting for output.
Best,
Mara
The text was updated successfully, but these errors were encountered: