From 4806ed5a82c24276120be438454e9a80744c5321 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:02:52 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- models/segmentation_template/configs/train.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/segmentation_template/configs/train.yaml b/models/segmentation_template/configs/train.yaml index 943a06b2..3b28e700 100644 --- a/models/segmentation_template/configs/train.yaml +++ b/models/segmentation_template/configs/train.yaml @@ -144,7 +144,7 @@ inferer: # transform to apply to data from network to be suitable for validation postprocessing: _target_: Compose - transforms: + transforms: - _target_: Activationsd keys: '@pred' softmax: true