-
Notifications
You must be signed in to change notification settings - Fork 182
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
[BUG] RuntimeError during running spleen_ct_segmentation_sim and spleen_ct_segmentation_local #2427
Comments
I'll update the tutorials inside the MONAI repo |
This was coming from the monai toolkit example. The real issue is that our PTMultiProcessExecutor is not 100% gracefully shutdown. I did the test and found out the example starts and finishes. @yhwen I think this means we are not gracefully shutdown PTMultiProcessExecutor, we can see if we can do some things there to improve it. Error message:
|
The run command:
nvflare simulator /opt/toolkit/tutorials/fl/spleen_ct_segmentation_sim/job_multi_gpu --workspace sim_spleen_ct_seg --threads 1 --n_clients 1
nvflare version: 2.4.1rc1
The text was updated successfully, but these errors were encountered: