Cannot train a model due to "Cannot use GPU, CuPy is not installed", even though CuPy is installed #12996
Unanswered
tpanza
asked this question in
Help: Installation
Replies: 1 comment
-
Could you try if
runs successfully? |
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
-
Cam someone please help me understand and resolve this very strange and frustrating error?
uname -r
: 4.14.248-189.473.amzn2.x86_64I am seeing this stack trace, even though
CuPy
is clearly installed. Verified the installation usingpkg_resources
.I added this small snippet of debug code right before the train, which confirmed that CuPy really is there, but somehow it doesn't get found..??
Full output of creating the venv:
Beta Was this translation helpful? Give feedback.
All reactions