-
Notifications
You must be signed in to change notification settings - Fork 60
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
Possible to run Basenji with GPU? #215
Comments
Hey. After installing the dependencies with --gpu on your server, the model should run automatically on the GPU when using |
I see. It looks like I have an issue with my gpu. I am going to try to reconfigure:
For completeness, I ran the following to predict on the test example after setting up the environment as
|
You have to make sure that your drivers are properly installed as well as the cuda libraries corresponding to tensorflow version used by basenji. You can try to install cuda and cudnn from conda |
I've created a Basenji environment with the command
kipoi env create Basenji --gpu
and I would like to be able to run Basenji using the gpu I have available on my remote server. Is there a way to make kipoi "GPU aware" in running apredict
command via the CLI or python API?The text was updated successfully, but these errors were encountered: