spacy in colab gets all-NaN slices #9726
Unanswered
diegorv1994
asked this question in
Help: Other Questions
Replies: 2 comments 1 reply
-
did you installed the cuda113 package? and set prefer_gpu? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I haven't seen that particular issue before, but take a look at the FAQ - colab seems to come with some special versions of libraries to support their hardware, and it seems most people are successful not installing cuda/cupy packages directly. Also please include the output of |
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 am able to train a spacy model on google Colab on None mode, but when I try to use Colab's GPU I am not able to train the model. All slices are equal to Nan. Does anyone know how to fix it?

y
Beta Was this translation helpful? Give feedback.
All reactions