7 lines
92 B
Python
7 lines
92 B
Python
|
from thinc.compat import enable_mxnet
|
||
|
|
||
|
try:
|
||
|
enable_mxnet()
|
||
|
except ImportError:
|
||
|
pass
|