mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
small fix
This commit is contained in:
parent
bbaea530f6
commit
19298de352
|
@ -825,7 +825,7 @@ from spacy.tokens import Doc
|
|||
|
||||
@spacy.registry.architectures("custom_neural_network.v1")
|
||||
def MyModel(output_width: int) -> Model[List[Doc], List[Floats2d]]:
|
||||
# ...
|
||||
return create_model(output_width)
|
||||
```
|
||||
|
||||
```ini
|
||||
|
|
Loading…
Reference in New Issue
Block a user