mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-22 18:12:00 +03:00
Add warning section
This commit is contained in:
parent
04f41854c1
commit
13f9a9af20
|
@ -758,6 +758,14 @@ any custom architectures, functions or
|
|||
your pipeline and registered when it's loaded. See the documentation on
|
||||
[saving and loading pipelines](/usage/saving-loading#models-custom) for details.
|
||||
|
||||
<Infobox variant="warning">
|
||||
|
||||
Please note that unpackaged models produced by `spacy train` do **not include
|
||||
any custom code**, you need to import the code to your script before loading in
|
||||
unpackaged models.
|
||||
|
||||
</Infobox>
|
||||
|
||||
#### Example: Modifying the nlp object {id="custom-code-nlp-callbacks"}
|
||||
|
||||
For many use cases, you don't necessarily want to implement the whole `Language`
|
||||
|
|
Loading…
Reference in New Issue
Block a user