This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix bug: some trial jobs hyper params not stored and error handling updates #225
Merged
chicm-ms
merged 11 commits into
microsoft:master
from
chicm-ms:fix-no-hyperparams-issue
Oct 18, 2018
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
de15232
Pull latest code (#2)
chicm-ms 28151ba
Merge pull request #3 from Microsoft/master
chicm-ms 8038d42
Merge pull request #4 from Microsoft/master
chicm-ms eb4a390
Merge pull request #5 from Microsoft/master
chicm-ms 47697e4
Merge pull request #6 from Microsoft/master
chicm-ms d998ccd
Merge pull request #7 from Microsoft/master
chicm-ms 333a8f0
Fix bug: some trial jobs hyper params not stored when fast finished
chicm-ms b9260b9
updates
chicm-ms dc4713a
updates
chicm-ms 3260840
updates
chicm-ms db31b20
updates
chicm-ms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
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 removing this assert? In which case does trainingservice return non 'WAITING' status?
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.
When the submitted job is happened to be scheduled immediately after submit, the status of trialJobDetail is not waiting, now change to use a snapshot jobdetail object created by job maintainer.