Skip to content
Discussion options

You must be logged in to vote

Please do not post screenshots of code/text/errors, it makes them hard to read and impossible to search for.

[paths]
train = null
dev = null
vectors = null
init_tok2vec = null

${paths.train} refers to the value in this block, which is empty, so the debug command doesn't know how to find your data. You can write the path here or specify it on the command line like spacy debug config config.cfg --paths.train myfile.spacy.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vmatter
Comment options

Answer selected by vmatter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / cli Feature: Command-line interface
2 participants