Skip to content
Discussion options

You must be logged in to vote

The configuration items starting with @ indicate that, instead of a static value, the value is being provided by a function. This idea is introduced in the documentation at https://spacy.io/usage/training#config-functions .

The example there uses a function to provide a batch_size that changes according to a schedule, instead of being a fixed value.

The function registry section of the documentation lists what kinds of functions can be registered.

(I'm new to the spaCy team and this is the first question I'm answering, so I hope my explanation is right!)

Replies: 1 comment 1 reply

Comment options

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

Answer selected by koayst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / config Feature: Training config
2 participants