spacy train without GPU: CURAND_STATUS_INITIALIZATION_FAILED #8273
Unanswered
kormilitzin
asked this question in
Help: Other Questions
Replies: 1 comment 6 replies
-
To train without GPU, just omit the |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
How to reproduce the behaviour
I'm trying to use
spacy train
without Transformers. When I use GPU it quickly runs out-of-memory (I have RTX 2080Ti with 12GB). To train in CPU, I put the--gpu-id=-1
, expecting it to not to use GPUs, but got this error:Any ideas please?
my config file:
Info about spaCy
Beta Was this translation helpful? Give feedback.
All reactions