-
Notifications
You must be signed in to change notification settings - Fork 323
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
Revision of MNIST module #873
Conversation
…le. Add docstring.
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.
Hi, @matsumotosan, thank you for the PR! It looks good, I have just one small nit
Hi, we need to silence one warning on mac, because the machine has multiple CPU cores. I thought I fixed it in 9960a75, but it seems, I forgot the format for silencing a warning is trying to match the beginning of the message. It should be fixed by now, the tests pass on my machine with multiple CPU cores, we'll see if the tests pass on the CI too :) |
Head branch was pushed to by a user without write access
What does this PR do?
Fixes part of #839
pl_bolts.models.mnist_module.LitMNIST
pl_bolts.models.mnist_module.cli_main
pl_bolts.tests.models.test_mnist_templates.test_mnist
pl_bolts.tests.callbacks.test_data_monitor.test_base_log_interval_override
pl_bolts.tests.callbacks.test_data_monitor.test_base_log_interval_fallback
Summary
test_mnist
test_data_monitor
tests by initializing MNISTDataModule inside test case since dataloaders were removed from LitMNISTBefore 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 🙃