Fix: Train loop config validation was run during trainer.predict#6541
Merged
kaushikb11 merged 7 commits intoLightning-AI:v1.2.4from Mar 16, 2021
Merged
Fix: Train loop config validation was run during trainer.predict#6541kaushikb11 merged 7 commits intoLightning-AI:v1.2.4from
trainer.predict#6541kaushikb11 merged 7 commits intoLightning-AI:v1.2.4from
Conversation
carmocca
approved these changes
Mar 15, 2021
Contributor
carmocca
left a comment
There was a problem hiding this comment.
LGTM
Do you want to also open a PR to master with these changes and resolve this TODO?
Contributor
Author
|
@carmocca Sure. Wondering where should I do the Changelog update here. |
Borda
requested changes
Mar 15, 2021
Collaborator
in Added section :] |
trainer.predict
8 tasks
justusschock
approved these changes
Mar 16, 2021
|
Hello @kaushikb11! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-03-16 16:19:18 UTC |
Borda
approved these changes
Mar 16, 2021
Contributor
Author
|
@Borda Your commit won't work. |
Collaborator
it shall be defined in the parameter, right? |
Collaborator
|
what is the difference to #6543? |
Borda
pushed a commit
that referenced
this pull request
Mar 16, 2021
lexierule
pushed a commit
that referenced
this pull request
Mar 16, 2021
This was referenced Mar 17, 2021
Closed
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes:
While predicting, it was verifying the train_loop configuration.
Only necessary for the bug-fix release branch
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃