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
In the UI, we need to be able to interrupt long processes. For instance, Lightning has a mechanism for interrupting training, which we use in the CAREamist:
Now, that is not the case for prediction. We probably will need to implement it directly into CAREamics.
Potential solutions
Three cases:
Predict to disk: easy enough, we can interrupt the loop.
Predict from tiles: we need to interrupt the Dataset (pretend that there are no more tiles) and detect that not all tiles have been created (missing last_tile?)
Predict on a single image: probably nothing we can do?
Problem
In the UI, we need to be able to interrupt long processes. For instance, Lightning has a mechanism for interrupting training, which we use in the
CAREamist
:careamics/src/careamics/careamist.py
Line 265 in 9a027a5
Now, that is not the case for prediction. We probably will need to implement it directly into CAREamics.
Potential solutions
Three cases:
last_tile
?)This is linked to: CAREamics/careamics-napari#18 (comment)
@melisande-c
The text was updated successfully, but these errors were encountered: