-
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
Move some debug examples to the source directory #8776
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8776 +/- ##
=======================================
- Coverage 92% 92% -0%
=======================================
Files 178 179 +1
Lines 14692 14861 +169
=======================================
+ Hits 13524 13675 +151
- Misses 1168 1186 +18 |
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.
LGTM !
for more information, see https://pre-commit.ci
66b099d
to
295955f
Compare
for more information, see https://pre-commit.ci
@carmocca is this still draft? |
No |
for more information, see https://pre-commit.ci
Closing because removing the |
What does this PR do?
Moves
RandomDataset
,MNIST
,BoringModel
, andBoringDataModule
topytorch_lightning/utilities/debugging_examples.py
Unblocks:
See the links for context and reasoning.
The use of these implementations is internal. No backwards compatibility guarantees.
Does your PR introduce any breaking changes? If yes, please list them.
None
Before submitting
PR review