-
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
Feature - Add logging in callbacks for train, test, val loop #4215
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4215 +/- ##
=======================================
+ Coverage 90% 93% +3%
=======================================
Files 103 104 +1
Lines 7842 8113 +271
=======================================
+ Hits 7053 7521 +468
+ Misses 789 592 -197 |
is it ready to review? |
This pull request is now in conflict... :( |
7bf4fcc
to
d7248fb
Compare
Hello @tchaton! Thanks for updating this PR.
|
This pull request is now in conflict... :( |
What does this PR do?
This PR introduces logic to handle logging within callback.
It is now possible to log from train, val, test from
on_{}_start
toon_{}_end
within {} beingtrain
,val
,test
.Fixes #3813 #4245
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃