-
Notifications
You must be signed in to change notification settings - Fork 56
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
Could not save checkpoint (python3.7), due to [enforce fail at inline_container.cc:445] . PytorchStreamWriter failed (EDIT not just on docker) #301
Comments
LX385-err.txt |
Dear @plijnzaad I got the same error running from a singularity container - did work around that issue meanwhile? Thanks! |
same! any solution? |
ok, the issue in singularity container is that its trying to use TMP for checkpointing and in singularity you do not have permissins to write there unless you specifically mounted writable dir.
|
Another data point: this also happens outside docker (hence my title change), and appears to be related to running it with With A puzzling error in the error log (appended) is:
The 'manual interruption' is weird, can this be something done by the SLURM queueing system where the job runs? BTW this is CellBender 0.3.2, Workflow hash 7c6e08fbec. Any ideas, anyone? |
Dear all,
we have great difficulty installing / running cellbender (see also issues #212, #275 and #296 ).
I hoped that the Docker image would be failsafe, but that is also not the case unfortunately. Using this image:
and converting it to a Singularity image (we are not root on our HPC) results in the following crash (full log appended). Does anyone know a combination of versions of (1) cellbender , (2) torch and (3) python that is likely to work? And is this an issue that is specific to the
cellbender remove-background
invocation?The text was updated successfully, but these errors were encountered: