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 #13

Closed APJansen closed 7 months ago

APJansen commented 7 months ago

This PR implements several metrics to give insight into model training and performance:

See e.g. here for an example.

One slightly annoying thing with weights and biases is that you cannot configure the plots in the code, you have to do it in their dashboard. It does remember what you did for subsequent runs, but what I'm not sure about is if someone else in the project starts a run, whether it will still remember my layout.

I think this is done, awaiting discussion with Floriana and Hongyang on potential other metrics they would like to see.

The next step will be to add a U-Net and try to actually get good performance on the supervised task.

APJansen commented 7 months ago

Thanks, that's good enough for now ;P