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

Print additional information when training #160

Open
lfoppiano opened this issue Apr 26, 2023 · 3 comments
Open

Print additional information when training #160

lfoppiano opened this issue Apr 26, 2023 · 3 comments

Comments

@lfoppiano
Copy link
Collaborator

I was wondering whether it would be convenient to print additional information such as the learning rate at each iteration of the training.

This could be useful for understanding how the training is progressing, IMHO.

@kermitt2
Copy link
Owner

The learning rate might be more a debug information than something to keep track in a training? It's a bit a problem to display too much info per epoch for readability and the learning rate does not really inform about the training like the loss or the metrics?

@lfoppiano
Copy link
Collaborator Author

Since it can fit in the row, it should not be that much of a change. If you prefer I can just not print it, but it's a bit of a hassle to change the code every time 😅 You probably have seen the output in the PR #161

I found it was useful for example when EarlyStop = False, because it can help fine-tune the maximum epoch.

@kermitt2
Copy link
Owner

Yes indeed it fits a row with 100 columns, which is okay I agree! It would be a pain to manage this as a parameter.

Let me test PR #161 just a bit and I'll merge it.

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