AllenCell / AllenCell/allencell-segmenter-ml
General: what happen after a crash?
- Lenguaje dominante
- Python
- Estrellas
- 5
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Having this ticket here to remind us to think about what should happen when napari crashes
### Scenarios
In the cases where user's device crashes (due to other apps, power loss, etc.) or the plugin/napari crashes or being unresponsive, when the user reopens napari and our plugin, at the moment, they would lose all previous work and have to start again:
- if they were in the middle of Curation, they will have to reload their image directories and restart the curation process from the beginning
- if they were in the middle of Training and no checkpoint file had been created, they might not be able to access the directory as there is no available model (?)
- if they were in the middle of Training and at least one checkpoint file had been created, they will be able to select "run an existing model" and use that checkpoint file with Prediction, but no further action is available (no Curation/Training will be available with "run an existing model" option in MVP v1)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.