mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 04:10:20 +03:00
Fix incorrect import
This commit is contained in:
parent
72d21d5601
commit
b1b8b72a0c
|
@ -11,7 +11,8 @@ import random
|
|||
|
||||
import srsly
|
||||
from thinc.api import get_ops, set_dropout_rate, CupyOps, NumpyOps, Optimizer
|
||||
from thinc.api import LegacySequenceCategoricalCrossentropy, chain, softmax_activation, use_ops
|
||||
from thinc.api import chain, softmax_activation, use_ops
|
||||
from thinc.legacy import LegacySequenceCategoricalCrossentropy
|
||||
from thinc.types import Floats2d
|
||||
import numpy.random
|
||||
import numpy
|
||||
|
|
Loading…
Reference in New Issue
Block a user