spaCy training stopping automatically in Google Colab #13320
Unanswered
Daremitsu1
asked this question in
Help: Other Questions
Replies: 1 comment
-
Hi!
That's strange - I don't really understand what may be happening here. Perhaps the notebook is running out of memory? Just as a sanity check - can you try creating a very small |
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.
-
Hello,
I am training spaCy's NER on a customed dataset.
I have changed the dataset template as per spaCy requirements:
data[0]['text']
data[0]['entities']
How to reproduce the behaviour
Created train.spacy
Created config.cfg
!python -m spacy init fill-config base_config.cfg config.cfg
Output:
Now when I am trying to train the model, getting the following error in the output:
!python -m spacy train config.cfg --output ./ --paths.train ./train.spacy --paths.dev ./train.spacy
Output:
Automatic
^C
is coming by itself and stopping the training.Your Environment
Info about spaCy
Beta Was this translation helpful? Give feedback.
All reactions