How can I get tesnorflow working? #239
Answered
by
Felixkruemel
Felixkruemel
asked this question in
Q&A
-
If I want to do some prediction tensorflow won't detect my 2060Super witht he following error:
I already installed cudnn with conda. What can I do to get it working? |
Beta Was this translation helpful? Give feedback.
Answered by
Felixkruemel
Mar 20, 2021
Replies: 1 comment 1 reply
-
Okay I fixed it. Needed cudatoolkit from conda too :)
Now the question is which prediction model is the best one and whether the default lstm settings are okay or an increase in epochs or so would result in a better result |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay I fixed it.
Needed cudatoolkit from conda too :)
Now the question is which prediction model is the best one and whether the default lstm settings are okay or an increase in epochs or so would result in a better result