newly installed spacy with gpu #7898
-
How to reproduce the behaviour(venv) C:\programming\Python\projekte\testSpacyGPU>pip install -U spacy[cuda111,transformers,lookups] (venv) C:\programming\Python\projekte\testSpacyGPU>python -m spacy train config.cfg --gpu-id 0 Your Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Sounds like something is wrong with your GPU setup.
It looks like you installed the cupy lib for CUDA 11.1, if that's not the right version that could be an issue. |
Beta Was this translation helpful? Give feedback.
Sounds like something is wrong with your GPU setup.
It looks like you installed the cupy lib for CUDA 11.1, if that's not the right version that could be an issue.