Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ multiple large checkpoints can time out.

### Removed

- ([#520](https://github.com/microsoft/InnerEye-DeepLearning/pull/520)) Disable glaucoma job from Azure pipeline.

### Deprecated


Expand Down
46 changes: 23 additions & 23 deletions azure-pipelines/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,29 +134,29 @@ jobs:
pytest_mark: after_training_2node
test_run_title: tests_after_training_2node_run

# Train a classification model in cross validation mode
- job: TrainGlaucomaCV
variables:
- name: model
value: 'GlaucomaPublic'
- name: tag
value: 'GlaucomaPR'
- name: number_of_cross_validation_splits
value: 2
- name: more_switches
value: '--num_epochs=2 --regression_test_folder=RegressionTestResults/PR_GlaucomaCV'
pool:
vmImage: 'ubuntu-18.04'
steps:
- template: train_template.yml
parameters:
wait_for_completion: 'True'
pytest_mark: ''
max_run_duration: '1h'
- template: tests_after_training.yml
parameters:
pytest_mark: after_training_glaucoma_cv_run
test_run_title: tests_after_training_glaucoma_cv_run
## Train a classification model in cross validation mode
#- job: TrainGlaucomaCV
# variables:
# - name: model
# value: 'GlaucomaPublic'
# - name: tag
# value: 'GlaucomaPR'
# - name: number_of_cross_validation_splits
# value: 2
# - name: more_switches
# value: '--num_epochs=2 --regression_test_folder=RegressionTestResults/PR_GlaucomaCV'
# pool:
# vmImage: 'ubuntu-18.04'
# steps:
# - template: train_template.yml
# parameters:
# wait_for_completion: 'True'
# pytest_mark: ''
# max_run_duration: '1h'
# - template: tests_after_training.yml
# parameters:
# pytest_mark: after_training_glaucoma_cv_run
# test_run_title: tests_after_training_glaucoma_cv_run

- job: TrainHelloWorld
variables:
Expand Down