Enable GPU for local Jupyter notebook #249
Unanswered
david-ben-gurion
asked this question in
Q&A
Replies: 2 comments
-
Hi David, I am not an expert in here but found this resource thought this might help you. https://stackoverflow.com/questions/51002045/how-to-make-jupyter-notebook-to-run-on-gpu |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @DavidBenGurion-Git, You can see if your GPU is in use using the guide here: https://www.tensorflow.org/guide/gpu If you need to setup TensorFlow for GPU locally, see here: https://www.tensorflow.org/install/gpu This comment on GitHub also helps setup a TensorFlow environment using Conda: tensorflow/tensorflow#20271 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there any way to enable on-GPU computations when working with local jupyter notebooks? Right now, the epochs run slow on large data and using commands I have found out that the CPU is being used instead of the GPU. Yes, I have a compatible card.
Beta Was this translation helpful? Give feedback.
All reactions