-
Notifications
You must be signed in to change notification settings - Fork 23
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
Progress bar stopping with parallel #78
Comments
Hi Alexandre, If you can do me a favor, I've pushed a branch Can you also let me know your OS and Python version? Will |
Hi, I am on Ubuntu and python 3.8 |
Update: I did work on some trials. Sometimes it still stops, but sometimes it does go until the end. |
Hi Alexandre,
I'm currently on vacation so I can't investigate this further right now,
but this issue has bedeviled me for some time across many programs. My best
guess was the fork vs spawn issue. I'm not really sure where to go from
there. Maybe you can find something interesting in the dmesg log during a
freeze?
…On Thu, Feb 2, 2023 at 12:50 AM Alexandre Di Piazza < ***@***.***> wrote:
Update:
I did work on some trials. Sometimes it still stops, but sometimes it does
go until the end.
—
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATGQSNHXR7GJZZT2U7NML3WVKZPJANCNFSM6AAAAAAUKMPYGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, Don't worry, thank you for your help. It worked some times and it was enough to provide me the results I wanted. Thanks for your work! |
Sorry I can't be of more assistance right now. I'm glad it worked out. One
day I will figure out this bug...
…On Thu, Feb 2, 2023 at 7:41 PM Alexandre Di Piazza ***@***.***> wrote:
Hi,
Don't worry, thank you for your help. It worked some times and it was
enough to provide me the results I wanted. Thanks for your work!
—
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATGQSPYTVBWSRJX7UVHVKDWVO6CZANCNFSM6AAAAAAUKMPYGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I got the same issue with a 2D image segmentation even with parallel=1. |
Hello,
I have multiple cores, but when choosing parallel = 4 or parallel = 4 to compute the skeletons, the progress bar stopped at some point. It only goes to the end when using parallel = 1.
The text was updated successfully, but these errors were encountered: