-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mowgli does not detect GPU #10
Comments
Hi @mdmanurung, could you try |
Thanks! It does solve the problem. |
Awesome! Feel free to reach out here or by email if you have more questions or if you have feedback on the tool :) Reopening the issue because the error is a bit cryptic, I should make the behavior clearer and add some warnings is CPU is selected |
Thanks! Out of curiosity, are you preparing for a version that can also handle batch correction? This would be very much needed... |
Not in the works for now I'm afraid... But you can always apply a batch correction method that works on counts before Mowgli. Or a batch correction method that works on embeddings (like harmony) after Mowgli. |
Dear authors,
Thank you for writing the package.
Prior to running mowgli, I have ensured that CUDA+GPU is detectable via torch.
However, I got the following error message:
ValueError: Expected a cuda device, but got: cpu
This is the full error message
Do you have any suggestion to solve this? Thanks in advance.
Regards,
Mikhael
The text was updated successfully, but these errors were encountered: