-
Notifications
You must be signed in to change notification settings - Fork 80
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
Downsample 8bit particle #113
Comments
In older versions of cryoDRGN the old
new (ae6458d)
The old
new
Finally, in newer versions of cryoDRGN we have implemented the Sorry for the much belated reply, and hope this is of help to others who are running into problems with memory usage or number formats when using |
Hi,
I have about 3 million particles that contribute to at least 3 conformations. At first, I tried to simply downsample my particles to 160 box size, but it later gave me an error saying I need hundreds of GB of GPU memory, which I do not have. After hearing a talk, I decided to change my particles to 8 bit using e2proc2d.py --mrc8bit (I know this is deprecated, but I wasn't sure whether I should use --outmode int8 or uint8). When I try to downsample new 8bit particles, I get following error:
Is my approach completely wrong? I don't have much experience, so I wanted to get some insight on this.
If there is any other suggestions for dealing with very large particle set, please let me know.
Thank you,
Joon
The text was updated successfully, but these errors were encountered: