Doodleverse / segmentation_gym

A neural gym for training deep learning models to carry out geoscientific image segmentation. Works best with labels generated using https://github.com/Doodleverse/dash_doodler
MIT License
45 stars 11 forks source link

model metadata #33

Closed dbuscombe-usgs closed 2 years ago

dbuscombe-usgs commented 3 years ago

we need better ways to keep track of individual trained models ... what data they were used on, what hyperparameters, etc

[option 1] a bespoke option --> config --> history --> metrics json files that can be appended, then parsed

[option 2] conform to a standard e.g. W&B or MLFlow

what it needs to contain

what type of database?

ebgoldstein commented 3 years ago

is this like MLFlow or Weights & Biases?

dbuscombe-usgs commented 3 years ago

could be

dbuscombe-usgs commented 3 years ago

First implementation in bf1962f

dbuscombe-usgs commented 2 years ago

Implement Hugginface-style model cards see #41