Skip to content
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

memory issues #8

Open
TdzBAS opened this issue Aug 14, 2024 · 1 comment
Open

memory issues #8

TdzBAS opened this issue Aug 14, 2024 · 1 comment

Comments

@TdzBAS
Copy link

TdzBAS commented Aug 14, 2024

Hi @WPZgithub ,

I always get an cuda out of error warning. The code doesnt work on my gpu or CPU. For the gpu I get the error message from issue #4
and for the cpu I receive follwing error message:
image

Investigating in some threads, I found that it is often due to the immense size of your network. And a probable solution for this, would be to downsample the batch size. But Your code isnt working with batches right?

What could be done here?

Best,
T

@WPZgithub
Copy link
Owner

Hi @TdzBAS ,
Our impelmentation uses full-graph rather than mini-batch processing by design. Sorry that our approach doesn't take more consideration in reducing memory requirements. I've successfully tested it with 3,000 highly variable genes on a single NVIDIA A100 GPU (40GB memory).
Could you please provide: 1) Your GPU specifications and 2) the size of your input data?

Best,
WPZ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants