Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

BUG: Fix missing channels dimension in normalization #701

Merged
merged 11 commits into from
Jun 13, 2022
Prev Previous commit
Next Next commit
Merge branch 'main' into 697-add-missing-channels-dimension
  • Loading branch information
fepegar committed Mar 22, 2022
commit fa87b3651b7144e2a44f2c2483bdb8c158696531
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ gets uploaded to AzureML, by skipping all test folders.
### Fixed

- ([#701](https://github.com/microsoft/InnerEye-DeepLearning/pull/701)) Fix 3D images expected to be 4D for intensity normalization.
- ([#699](https://github.com/microsoft/InnerEye-DeepLearning/pull/699)) Fix Sphinx warnings.
- ([#682](https://github.com/microsoft/InnerEye-DeepLearning/pull/682)) Ensure the shape of input patches is compatible with model constraints.
- ([#681](https://github.com/microsoft/InnerEye-DeepLearning/pull/681)) Pad model outputs if they are smaller than the inputs.
- ([#683](https://github.com/microsoft/InnerEye-DeepLearning/pull/683)) Fix missing separator error in docs Makefile.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.