From 5ebb2a2ac8280da1cc6f9b0efe25d095b06c8ccb Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 13 Sep 2020 22:36:20 +0200 Subject: [PATCH] Update docs [ci skip] --- website/docs/usage/v3.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/website/docs/usage/v3.md b/website/docs/usage/v3.md index 171320267..87f832b88 100644 --- a/website/docs/usage/v3.md +++ b/website/docs/usage/v3.md @@ -808,17 +808,7 @@ values. You can then use the auto-generated `config.cfg` for training: + python -m spacy train ./config.cfg --output ./output ``` - + #### Training via the Python API {#migrating-training-python}