-
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
Removed datamodule from an input parameter #270
Conversation
Hello @deng-cy! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-10-15 12:34:15 UTC |
Codecov Report
@@ Coverage Diff @@
## master #270 +/- ##
==========================================
+ Coverage 80.41% 83.86% +3.44%
==========================================
Files 91 91
Lines 4840 4858 +18
==========================================
+ Hits 3892 4074 +182
+ Misses 948 784 -164
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@deng-cy great! can we do the same also for iGPT :] |
Before submitting
What does this PR do?
Removed
datamodule
as an input parameter of MoCo model. There are two reasons:Datamodule
is preferably passed intoTrain.fit()
function.datamodule
will be saved as a hyperparameter, which makes the yaml difficult to read.Besides, logging code was reformatted to match Lightning 1.0.0.
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 🙃