mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
406eb95a47
* Add refactored tok2vec, using register_architecture * Refactor Tok2Vec * Fix ml * Fix new tok2vec * Move make_layer to util * Add wire * Fix missing import
2 lines
29 B
Python
2 lines
29 B
Python
from .tok2vec import Tok2Vec
|