mlexchange / mlex_highres_segmentation

A Dash interface for ML-based segmentation of user-annotated large multi-dimensional image data
Other
5 stars 4 forks source link

Integrate model statistics, DVC #163

Closed dylanmcreynolds closed 8 months ago

dylanmcreynolds commented 8 months ago

We would like to investigate using DVC to store, manage and display model running statistics, linked into the segmentation app.

xiaoyachong commented 8 months ago

use dvc commands and the DVCLive package

xiaoyachong commented 8 months ago

A new class called Trainer() should be added to DLSIA: https://github.com/mlexchange/mlex_dlsia_segmentation_prototype/issues/7

Then we can integrate DVC without modifying the DLSIA function at our end.

dylanmcreynolds commented 8 months ago

Closing this as it's a duplicate of issue 7 in the dlsia repo