Update docs [ci skip]

This commit is contained in:
Ines Montani 2020-10-06 10:23:01 +02:00
parent 60f9e8e1d0
commit 2e961817cb
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ weights and [resume training](/api/language#resume_training).
If you don't want a component to be updated, you can **freeze** it by adding it If you don't want a component to be updated, you can **freeze** it by adding it
to the `frozen_components` list in the `[training]` block. Frozen components are to the `frozen_components` list in the `[training]` block. Frozen components are
**not updated** during training and are included in the final trained pipeline **not updated** during training and are included in the final trained pipeline
as-is. They are also excluded when calling `nlp.initialize()`. as-is. They are also excluded when calling [`nlp.initialize`](/api/language#initialize).
> #### Note on frozen components > #### Note on frozen components
> >