mirror of https://github.com/explosion/spaCy.git
Don't import BiLSTM
This commit is contained in:
parent
96a4a9070b
commit
263366729e
|
@ -21,7 +21,6 @@ from thinc.neural.pooling import Pooling, max_pool, mean_pool, sum_pool
|
|||
from thinc.neural._classes.attention import ParametricAttention
|
||||
from thinc.linear.linear import LinearModel
|
||||
from thinc.api import uniqued, wrap, flatten_add_lengths
|
||||
from thinc.neural._classes.rnn import BiLSTM
|
||||
|
||||
|
||||
from .attrs import ID, ORTH, LOWER, NORM, PREFIX, SUFFIX, SHAPE, TAG, DEP
|
||||
|
|
Loading…
Reference in New Issue