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

Show users available checkpoints #305

Open
jdeschamps opened this issue Dec 6, 2024 · 0 comments
Open

Show users available checkpoints #305

jdeschamps opened this issue Dec 6, 2024 · 0 comments
Labels
feature New feature or request

Comments

@jdeschamps
Copy link
Member

Problem

Once a model is trained, users have to inspect the checkpoints folder to know what has been saved. There is no indication of the loss or metrics corresponding to the validation set and the particular checkpoint.

The CAREamist should be able to print this information to users, it has access to the loss (and metrics in the future) for each epoch. Then it could also allow users to choose a checkpoint and load it, via maybe an epoch_number, rather than have them load manually via its path.

@jdeschamps jdeschamps added the feature New feature or request label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant