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

Support metric and loss loging on step #3020

Open
Hrovatin opened this issue Oct 19, 2024 · 2 comments
Open

Support metric and loss loging on step #3020

Hrovatin opened this issue Oct 19, 2024 · 2 comments

Comments

@Hrovatin
Copy link

In large datasets, the training may take only 1-2 epochs, meaning that the loss profile should be inspected on the step. Thus, it would be great to add an option to log losses and metrics on steps instead of epochs. I would suggest this for both training and validation losses, as in some pathological cases where there was sth wrong with the data setup, the training and validation losses actually did not match.

@canergen
Copy link
Member

Can you create a PR for this (can be in just the regular Training code)? Do you have some benchmarking for training time to add validation loss at each step?

@Hrovatin
Copy link
Author

Hrovatin commented Oct 21, 2024

I dont have benchmarks for the validation set - maybe getting just one batch of validation set would be good to speed it up as a proxy?

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

No branches or pull requests

2 participants