gully / ynot

Astronomical échellogram digital twins with pixel-perfect machine learning: rehabilitating archival data and pathfinding for EPRV
https://ynot.readthedocs.io
MIT License
4 stars 0 forks source link

Monitor live training progress with Tensorboard #4

Closed gully closed 3 years ago

gully commented 3 years ago

Currently we wait for training to complete and then plot the loss versus epoch, and diagnoses if the model parameters seem reasonable. Sometimes the training can go off the rails, such as with the profile coefficients. It is helpful to diagnose these problems in real-time so we can pause training and fix parameters or make some change without having to wait for training to complete.

Tensorboard's add_scalar method will allow us to see real-time updates of the training progress.