From 2e961817cbcf63afa1ee81ea8338850fc4cc157f Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Tue, 6 Oct 2020 10:23:01 +0200 Subject: [PATCH] Update docs [ci skip] --- website/docs/usage/training.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/training.md b/website/docs/usage/training.md index 64b3b85ad..e63e25e52 100644 --- a/website/docs/usage/training.md +++ b/website/docs/usage/training.md @@ -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 to the `frozen_components` list in the `[training]` block. Frozen components are **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 >