UNSAT3D / unsat

Input/Output tools for the UNSAT project
https://unsat3d.github.io/unsat/
Apache License 2.0
1 stars 0 forks source link

Metrics #5

Closed APJansen closed 7 months ago

APJansen commented 10 months ago

We want to be able to monitor as much different metrics as we can, ideally automatically generated into weights and biases, in order to analyse the model performance. Those that are easily estimated can be computed say every epoch (or even a bit more often as our epochs will be large), others just at the end of a training run.

Some ideas:

There are also metrics used in the literature specifically for image segmentation, we should look into that too.

APJansen commented 10 months ago

I'll try to add all this in branch #9, using the torchmetrics package which seems to provide a lot of this.