ValueError: [E985] Can't load model from config file: no [nlp] section found. #11896
Answered
by
viniap
viniap
asked this question in
Help: Coding & Implementations
-
I'm trying to create a config.cfg file from a base_config.cfg file (generated on https://spacy.io/usage/training#quickstart) using the following command:
But the following error appears:
And as can be seen below, the base_config.cfg has the [nlp] section. Does anyone have any idea what might be going on?
|
Beta Was this translation helpful? Give feedback.
Answered by
viniap
Nov 29, 2022
Replies: 1 comment
-
It is solved. Apparently it was a copy and paste issue in Vim editor. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
viniap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is solved. Apparently it was a copy and paste issue in Vim editor.