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.
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
Add non-existing resume_from_checkpoint acceptance for auto-resubmit #4402
Add non-existing resume_from_checkpoint acceptance for auto-resubmit #4402
Changes from 19 commits
43f989d
21b60b7
1b29438
697ebc3
fb418b8
0d9d763
742ce48
a128112
238c3e4
80500c7
02be71c
6db62b2
c1186e4
b6a3cd1
4bfc6ee
913ab97
41d2e32
e0e17b8
7fbba16
6710e6a
882ec2e
ececdea
5f47685
676b4ab
cd2481a
3a63c90
30f4f7d
9fb14ac
afcf339
585c761
d76ab46
936a186
1d3cf0b
b994660
a633327
0cfba08
b466cf6
deeee09
557f104
b26fc83
f7a65f1
37f8392
b5f980e
104017e
e6fbc54
7134708
faa6d96
eb0a716
8e01141
1e692ed
4887cd5
9fcb140
79da4ff
1ac9f6a
7a7ec4b
5c031f4
292662f
70ea89c
77bf8c1
383e40e
f6eb95a
743fe31
1444238
b7bdd64
9f43e53
6093989
ca6e21e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Why are those comments there ?
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.
No idea, but separate from the PR it seems
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.
This warn exists as a result of this discussion > #4402 (comment)
There is no strong reason why this warn is in
restore
.Warns could be in another place (checking bool return value of
restore
enable warn switching.)