You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug is found when Auto3DSeg algorithm_templates in PR review phase. Though it could be introduced by the PR, the cause could also be that the Auto3DSeg ensemble test does not work well on a 8-GPU node, as mentioned in the comment:
…env (#6347)
Fixes#6342 .
### Description
In some testing environment, there are more GPUs than the simulated
dataset image number. This PR is to modify the tests so that it will
generate images enough to finish the testing.
### 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).
- [x] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
---------
Signed-off-by: Mingxin Zheng <[email protected]>
Describe the bug
https://github.com/Project-MONAI/MONAI/actions/runs/4628332079/jobs/8187277000
The bug is found when Auto3DSeg algorithm_templates in PR review phase. Though it could be introduced by the PR, the cause could also be that the Auto3DSeg ensemble test does not work well on a 8-GPU node, as mentioned in the comment:
https://github.com/Project-MONAI/MONAI/actions/runs/4628332079/jobs/8187277000
We may need to limit the GPUs such as https://github.com/Project-MONAI/research-contributions/blob/de5a8d1454ecd74b488b1e09e5693ddb7fab942e/auto3dseg/tests/test_algo_templates.py#L51
in https://github.com/Project-MONAI/MONAI/blob/dev/tests/test_auto3dseg_ensemble.py
The text was updated successfully, but these errors were encountered: