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

Add option to log only every N steps #153

Open
guysmoilov opened this issue Apr 5, 2022 · 0 comments
Open

Add option to log only every N steps #153

guysmoilov opened this issue Apr 5, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@guysmoilov
Copy link
Member

Relevant for the various autologgers (keras etc.)

The scenario is that when using a large dataset, there might be many millions of training steps.
The logged metrics become huge.
When using the vanilla logger, the user can easily wrap the logger with an if clause to only log once every e.g. 100 steps.
However, when using an autologger, this isn't something they can easily modify, so it should be an optional configuration on the logger.

@guysmoilov guysmoilov added enhancement New feature or request good first issue Good for newcomers labels Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant