mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 09:44:36 +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")
|
@spacy.registry.architectures("custom_neural_network.v1")
|
||||||
def MyModel(output_width: int) -> Model[List[Doc], List[Floats2d]]:
|
def MyModel(output_width: int) -> Model[List[Doc], List[Floats2d]]:
|
||||||
# ...
|
return create_model(output_width)
|
||||||
```
|
```
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
|
|
Loading…
Reference in New Issue
Block a user