Skip to content
Discussion options

You must be logged in to vote

Basically, nothing weird is going on here and you can ignore this message.

The components listed in the output you see are just everything that isn't frozen, whether trainable or not - the training loop isn't actually checking the components that closely at this point. It sounds like you looked at the implementation, but as you mentioned it only does something with the components if they use the optional rehearsal feature (plus some general housekeeping for the pipeline related to the vectors and optimizer).

Given that, I agree the output here is a little confusing - we'll see if we can improve it. We do want to list what components are running as usual somewhere at the start of training …

Replies: 1 comment 1 reply

Comment options

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

Answer selected by kudryk
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 / training Feature: Training utils, Example, Corpus and converters feat / config Feature: Training config
2 participants