-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[WIP] 6054 Integrate azureml for autorunner training #6088
Draft
peterhessey
wants to merge
76
commits into
Project-MONAI:dev
Choose a base branch
from
peterhessey:6054-integrate-azureml-for-autorunner-training
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[WIP] 6054 Integrate azureml for autorunner training #6088
peterhessey
wants to merge
76
commits into
Project-MONAI:dev
from
peterhessey:6054-integrate-azureml-for-autorunner-training
Conversation
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
Signed-off-by: Peter Hessey <[email protected]>
for more information, see https://pre-commit.ci
…s://github.com/peterhessey/MONAI into 6054-integrate-azureml-for-autorunner-training
I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 76f3737 I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 6288cdc I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 9d0b98f I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: dc8101b I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 2b88637 I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 136ec66 I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 49dbb04 I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: c4b8d4e I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: ce16775 I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: f5ea9d6 I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 218cb8b I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: f547930 I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 9a1e7c7 I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 4c024bc I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: e6e3456 I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 2ed7ab0 Signed-off-by: Peter Hessey <[email protected]>
Signed-off-by: Peter Hessey <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Peter Hessey <[email protected]>
Signed-off-by: Peter Hessey <[email protected]>
Signed-off-by: Peter Hessey <[email protected]>
I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 354fde1 I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 3a60f6d I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: a800423 Signed-off-by: Peter Hessey <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Peter Hessey <[email protected]>
…s://github.com/peterhessey/MONAI into 6054-integrate-azureml-for-autorunner-training
Signed-off-by: Peter Hessey <[email protected]>
Signed-off-by: Peter Hessey <[email protected]>
Signed-off-by: Peter Hessey <[email protected]>
I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: a43bd9b Signed-off-by: Peter Hessey <[email protected]>
Signed-off-by: Peter Hessey <[email protected]>
Signed-off-by: Peter Hessey <[email protected]>
I, Peter Hessey <[email protected]>, hereby add my Signed-off-by to this commit: 0967115 Signed-off-by: Peter Hessey <[email protected]>
…ml-for-autorunner-training Signed-off-by: Peter Hessey <[email protected]>
Signed-off-by: Peter Hessey <[email protected]>
…ml-for-autorunner-training Signed-off-by: Peter Hessey <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Peter Hessey <[email protected]>
lapellaniz
reviewed
Apr 12, 2023
- matplotlib==3.7.1 | ||
- mlflow==2.2.2 | ||
- mlflow-skinny==2.2.2 | ||
- git+https://github.com/peterhessey/MONAI.git@6054-integrate-azureml-for-autorunner-training |
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 needs to be reviewed and changed back to MONAI repo during PR approval
…ml-for-autorunner-training Signed-off-by: Peter Hessey <[email protected]>
Signed-off-by: Peter Hessey <[email protected]>
7 tasks
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.
Finishes first task in #6054 .
Description
Introduces changes necessary to make it possible to train the Auto3dSeg AutoRunner training in AzureML with no/minimal impact to the existing user experience. Requires changes made in this (currently-open) PR for the
hi-ml-azure
package.Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.