-
Notifications
You must be signed in to change notification settings - Fork 104
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
RuntimeError: Dataloader worker is killed by signal: Killed #8
Comments
It is difficult to debug your issue without more information. In my experience the biggest difficulty tends to be that of insufficient memory. Openslide by default keeps a cache for every opened slide. It is possible to modify openslide's source code to not create this cache. Then again your problem may be different. |
So, this could be related to this previous issue, right? |
Hi again, |
What I did is download the source code for openslide. Then made a very minor change to the source code: |
Thanks! This solve the memory issue. Checking the %RAM used per worker, this change reduce the requirements to half. If anyone face similar problem I have to mention that I could not make it run in a |
Hi,
I have just try to start with some learning and the
MIL_train.py
script fails with the title error. Searching a bit I found that seems to be related withmultiprocess
. If I set the--workers
to 0 the error is not longer there. However, the learning time increases a lot. I guess is something related with openslide but I am not able to find anything related to how it handles multiprocessing.Do you have any hints on this?
Thanks
The text was updated successfully, but these errors were encountered: