Replies: 2 comments
-
This question is mainly related to TensorFlow and CUDA, rather than hls4ml. You might find better answers on forums related to those frameworks or StackOverflow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did someone find a solution? And if yes can you please share it? |
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.
-
I was trying to train a model with Colab's Gpu but it seems tensorflow 2.14.1 cannot detect the GPU at all. I read in this url:
https://stackoverflow.com/questions/79163353/tensorflow-2-14-0-fails-to-detect-gpu-on-google-colab that you have to downgrade the Cuda version to 11.8. But even after following the steps tensorflow can't seem to detect gpu even though the installed driver seems to be pointing to CUDA version 11.8. I don't have other GPU alternatives than through Colab, so it would be nice to know how I can solve this issue
Beta Was this translation helpful? Give feedback.
All reactions