-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
versions after .5.2.1 do not print weights summary #518
Comments
The summary logging happens here. |
We have moved from |
Yes, when it didn't print a quick look at the code showed the shift to logging. And it is easy to just print the summary myself - so no need to change - I just thought it best to bring it to your attention in case this was not intended. |
I believe that the logging should be visible in terminal... |
Ahh I didn't notice this case before, thx for bringing this up @sneiman @awaelchli A possible fix would be to simply use print here? since @williamFalcon what do you think? We can also consider removing the level msgs like this: https://stackoverflow.com/questions/46584670/remove-the-log-level-printing-in-python-logging |
We can also check of the LOG_LEVEL is INFO then |
@awaelchli @jeffling I agree with you, I'll open a PR soon. |
ubuntu 18.04.3lts, no virtual environment
Model summary is not printed in versions .5.3, .5.3.1, and .5.3.2. trainer.weights_summary is set to 'full', but nothing is printed on screen.
The text was updated successfully, but these errors were encountered: