From 960249f974fdce9c86b27f67cd5afc9ab918eb7a Mon Sep 17 00:00:00 2001 From: Yufan He <59374597+heyufan1995@users.noreply.github.com> Date: Mon, 22 May 2023 12:25:40 -0400 Subject: [PATCH] Set autoscale false for auto3dseg test (#6529) Fixes # . Disabled autoscale for auto3dseg template testing. ### Description A few sentences describing the changes proposed in this pull request. ### Types of changes - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: heyufan1995 --- tests/test_auto3dseg_hpo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_auto3dseg_hpo.py b/tests/test_auto3dseg_hpo.py index 08a51752e5..0441116dc9 100644 --- a/tests/test_auto3dseg_hpo.py +++ b/tests/test_auto3dseg_hpo.py @@ -43,6 +43,7 @@ "num_warmup_epochs": 1, "use_pretrain": False, "pretrained_path": "", + "auto_scale_allowed": False, } if torch.cuda.is_available() else {}