Skip to content

Commit 960249f

Browse files
authored
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 <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [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 <heyufan1995@gmail.com>
1 parent e2bb801 commit 960249f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_auto3dseg_hpo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"num_warmup_epochs": 1,
4444
"use_pretrain": False,
4545
"pretrained_path": "",
46+
"auto_scale_allowed": False,
4647
}
4748
if torch.cuda.is_available()
4849
else {}

0 commit comments

Comments
 (0)