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
Is your feature request related to a problem? Please describe.
The data analysis module in Auto3DSeg does not print or log information when some data is corrupted. Users may not be able to determine which data points are corrupted.
Describe the solution you'd like
We need to print/log error information using try/except methods or alternatives.
The text was updated successfully, but these errors were encountered:
Fixes#6182 .
fixes#6114
Added multi-gpu support for data analyzer.
Tested on NGC using 4 16g V100 for total segmentator
Speed up:
4 GPU: data analysis 6.90 mins (9.2 mins including yaml export)
1 GPU: data analysis 22.98 mins (25.33 mins including yaml export)
### 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 <[email protected]>
Is your feature request related to a problem? Please describe.
The data analysis module in Auto3DSeg does not print or log information when some data is corrupted. Users may not be able to determine which data points are corrupted.
Describe the solution you'd like
We need to print/log error information using try/except methods or alternatives.
The text was updated successfully, but these errors were encountered: