-
Notifications
You must be signed in to change notification settings - Fork 7
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
NameError: name 'is_relion_abort' is not defined #7
Comments
In the same context, I found the following error too.
However, I saw the same issue during the estimation (step 1) and saw that batch size got automatically adjusted and proceeded. I wonder if this didn't happen in this step? |
Recently, I got a chance to revisit the issue, and I was able to resolve the issue by changing the batch size to accommodate the VRAM occupancy. It seems like, unlike the estimating motion step, this step doesn't dynamically adjust the batch size. After finishing that, I'm encountering a new issue with deformed backprojection, which may or may not be connected to inverse deformations.
It failed at this without any error msg. I wonder if it's due to inv_chkpt.pth issue (size 485K), or it's a separate issue from that. If you need any additional information to narrow down the source of trouble, please let me know. Thank you. best, |
Hi,
As I'm trying to perform "Estimating inverse deformations", I got the following error immediately at the stage of "Assigning a diameter" iteration.
NameError: name 'is_relion_abort' is not defined
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:
Process name: [[54749,1],0]
Exit code: 2
It seems the issue comes from the following line:
DynaMight/dynamight/inverse_deformations/optimize_inverse_deformations.py
Line 236 in 86870f3
Not sure it's merely the definition missing or it has a deeper issue from my side as it's under "except:"
If you need any additional logs that may help, please let me know.
Thank you so much.
best,
heejong
The text was updated successfully, but these errors were encountered: