-
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: Allow str arguments in Trainer.profiler #3656
feature: Allow str arguments in Trainer.profiler #3656
Conversation
Hello @ddrevicky! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-10-27 10:08:35 UTC |
This pull request is now in conflict... :( |
98c0d7f
to
43ec93f
Compare
I've added deprecation of bool argument for the profiler like @justusschock requested. I'm not sure I've done all the steps for deprecation correctly, especially:
Let me know if there's anything that needs correction. The failing checks seem to be unrelated to the PR. |
Codecov Report
@@ Coverage Diff @@
## master #3656 +/- ##
=======================================
+ Coverage 91% 93% +1%
=======================================
Files 111 111
Lines 8272 8096 -176
=======================================
- Hits 7550 7506 -44
+ Misses 722 590 -132 |
It shall be better to add warning of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some suggestions. Btw LGTM. Nice work!
dfdd14e
to
53d8cd6
Compare
61d66dd
to
d9dd6df
Compare
Co-authored-by: Carlos Mocholí <[email protected]>
Co-authored-by: Rohit Gupta <[email protected]>
Co-authored-by: Carlos Mocholí <[email protected]>
Co-authored-by: Adrian Wälchli <[email protected]>
Co-authored-by: Adrian Wälchli <[email protected]>
8b5b5ef
to
f911f37
Compare
What does this PR do?
Fixes #3330
str
parameters forprofiler
arg inTrainer
bool
parameters forprofiler
arg inTrainer
bool
parameters forprofiler
from examples in docsstr
argumentsBefore submitting