-
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
Adding support for Multi-GPU data analyzer #6182 #6202
Conversation
for more information, see https://pre-commit.ci
Hi @heyufan1995 it seems you did your changes on top of an old commit (not the latest), because you changes remove the most recent logic of saving 2 files. Please double check , thanks. |
The signature is missing so it's not passing the DCO. For reference: https://github.com/Project-MONAI/MONAI/blob/dev/CONTRIBUTING.md#signing-your-work |
Signed-off-by: heyufan1995 <heyufan1995@gmail.com>
for more information, see https://pre-commit.ci
Signed-off-by: heyufan1995 <heyufan1995@gmail.com>
Signed-off-by: heyufan1995 <heyufan1995@gmail.com>
Signed-off-by: heyufan1995 <heyufan1995@gmail.com>
/black |
/build |
/black |
I just checked the "cpuonly" tests is not using "cpu" as device after one PR that changes the default device. I have a PR to fix that. |
By checking the error, it seems the cpu test fails because |
Signed-off-by: heyufan1995 <heyufan1995@gmail.com>
Signed-off-by: heyufan1995 <heyufan1995@gmail.com>
Signed-off-by: Wenqi Li <831580+wyli@users.noreply.github.com>
for more information, see https://pre-commit.ci
Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
/black |
Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
/build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging this if the existing tests are ok. #6307 requires multi-gpu test environment which is under development.
some issues with torch==1.13.1 torchvision==0.14.1
|
Signed-off-by: heyufan1995 <heyufan1995@gmail.com>
/black |
Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
/integration-test |
Signed-off-by: heyufan1995 <heyufan1995@gmail.com>
/build |
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
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.