-
Notifications
You must be signed in to change notification settings - Fork 201
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
Error in 2D classification using GPU not CPU #19
Comments
Original comment by Bjoern Forsberg (Bitbucket: bforsbe, GitHub: bforsbe): I have tried to see where this could be happening, but I think I will need some more information. If you have a minimum example of input files that shows this error that would be ideal. Typically you only need a .star and .mrc(s) file with one or a couple of particles to show these errors, since they occur right away. Would it be possible for you to provide this? That and the command used would allow me to fix it fairly quickly. |
Original comment by Bjoern Forsberg (Bitbucket: bforsbe, GitHub: bforsbe): I can't seem to get it to fail. Regardless of using --gpu or not, running relion_refine_mpi or just relion_refine, all runs finish without throwing the error you see. I tried both through command-line and GUI. Can you just confirm that running either
or
in the top directory ( 051116 ) does throw the error on your system? |
Originally reported by: Marcus Fislage (Bitbucket: mfislage, GitHub: mfislage)
I was able to successfully import a micrograph STAR file with CTF information, and autopick star and box files. I then was able to extract both unbinned and binned particles. During 2D classification with either set, however, when GPU is enabled I receive the following error after "Estimating initial noise spectra" is completed:
"Projector::get2DSlice%%ERROR: Dimension of the data array should be 2 or 3
File: Relion2/install/directory/src/projectorh.h line:224"
With CPU only, the job runs fine.
Graphics card is GTX970, Cuda is 7.5, and nvidia drivers are 352.39
The text was updated successfully, but these errors were encountered: