-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting arbitrary num_fold in AutoRunner is permitted regardless the Auto3DSeg datalist doesn't support #7628
Comments
6 tasks
KumoLiu
added a commit
that referenced
this issue
Apr 12, 2024
Fixes #7628 . ### 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). - [ ] 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: Mingxin <[email protected]> Co-authored-by: YunLiu <[email protected]>
freddiewanah
pushed a commit
to freddiewanah/MONAI
that referenced
this issue
Apr 17, 2024
Fixes Project-MONAI#7628 . ### 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). - [ ] 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: Mingxin <[email protected]> Co-authored-by: YunLiu <[email protected]>
freddiewanah
pushed a commit
to freddiewanah/MONAI
that referenced
this issue
Apr 17, 2024
Fixes Project-MONAI#7628 . ### 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). - [ ] 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: Mingxin <[email protected]> Co-authored-by: YunLiu <[email protected]>
freddiewanah
pushed a commit
to freddiewanah/MONAI
that referenced
this issue
Apr 17, 2024
Fixes Project-MONAI#7628 . ### 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). - [ ] 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: Mingxin <[email protected]> Co-authored-by: YunLiu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
num_fold
inAutoRunner
is not checked in the Auto3DSeg pipeline. As a result, theBundleGen
would create templated algorithms (dints_0, dints_1, dints_<num_fold>) even if there aren't num folds in the datalist.To Reproduce
Expected behavior
Should raise an error if the num fold exceeds the max
The text was updated successfully, but these errors were encountered: