Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitoring training #18

Open
cpuritz opened this issue May 5, 2023 · 1 comment
Open

Monitoring training #18

cpuritz opened this issue May 5, 2023 · 1 comment

Comments

@cpuritz
Copy link

cpuritz commented May 5, 2023

Hi,

Thank you for creating this really interesting project. I'm eager to use it in my work. One thing that would be really useful is if there was some way to easily examine training history to actually confirm convergence. Also, if some kind of early stopping could be implemented, that would be very helpful as Spectra takes a while to run.

Thank you,
Connor

@russellkune
Copy link
Collaborator

Hi Connor,

Thanks! Have you tried setting verbose to True in the est_spectra or training function? You can monitor training this way. You can also alter the lr_schedule parameters (input to est_spectra as a kwarg). It takes in a list, e.g. est_spectra( ... lr_schedule = [1e-2,1e-3, ...], verbose = True).

I'll alter the behavior under verbose = True to also print losses, so I'll keep this open for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants