Skip to content
Discussion options

You must be logged in to vote

In general, we strongly recommend using the train CLI because there can be a lot of details to get right in the training loop and it manages a lot of them for you. If you don't want the use the CLI part of the equation, you should still consider using (or at least taking a careful look at) the train_while_improving method from spacy.training.loop.

If you are in doubt when loading manually like this, step through what happens in spacy.load in the code to understand what the required steps are here.

Replies: 2 comments 1 reply

Comment options

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

Comment options

You must be logged in to vote
0 replies
Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / pipeline Feature: Processing pipeline and components feat / config Feature: Training config
3 participants
Converted from issue

This discussion was converted from issue #9068 on August 27, 2021 15:03.