From cdd181c26a24130a2213b6ee0b0607907e93a8a3 Mon Sep 17 00:00:00 2001 From: Daniel Coelho de Castro Date: Wed, 22 Sep 2021 16:29:54 +0100 Subject: [PATCH 1/3] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 97b04bd58..b089ad486 100644 --- a/environment.yml +++ b/environment.yml @@ -23,7 +23,7 @@ dependencies: - gitpython==3.1.7 - gputil==1.4.0 - h5py==2.10.0 - - hi-ml==0.1.2 + - hi-ml-azure>=0.1 - InnerEye-DICOM-RT==1.0.1 - joblib==0.16.0 - jupyter==1.0.0 From 446e849e6c248354b5482f35dd43866d07e19be6 Mon Sep 17 00:00:00 2001 From: Daniel Coelho de Castro Date: Wed, 22 Sep 2021 16:35:28 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 901632052..455044647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ gets uploaded to AzureML, by skipping all test folders. `ScalarModelBase`. - ([#554](https://github.com/microsoft/InnerEye-DeepLearning/pull/554)) Updated report in CovidModel. Set parameters in the config to run inference on both the validation and test sets by default. +- ([#566](https://github.com/microsoft/InnerEye-DeepLearning/pull/566)) Update 'hi-ml` dependency to `hi-ml-azure`. ### Fixed - ([#537](https://github.com/microsoft/InnerEye-DeepLearning/pull/537)) Print warning if inference is disabled but comparison requested. From 4fa330f7dcec2cdf5911401cd7425bbb8bab353d Mon Sep 17 00:00:00 2001 From: Daniel Coelho de Castro Date: Wed, 22 Sep 2021 16:36:43 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 455044647..2ee607ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ gets uploaded to AzureML, by skipping all test folders. `ScalarModelBase`. - ([#554](https://github.com/microsoft/InnerEye-DeepLearning/pull/554)) Updated report in CovidModel. Set parameters in the config to run inference on both the validation and test sets by default. -- ([#566](https://github.com/microsoft/InnerEye-DeepLearning/pull/566)) Update 'hi-ml` dependency to `hi-ml-azure`. +- ([#566](https://github.com/microsoft/InnerEye-DeepLearning/pull/566)) Update `hi-ml` dependency to `hi-ml-azure`. ### Fixed - ([#537](https://github.com/microsoft/InnerEye-DeepLearning/pull/537)) Print warning if inference is disabled but comparison requested.