File: enable_mxnet.py

package info (click to toggle)
python-thinc 9.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,896 kB
  • sloc: python: 17,122; javascript: 1,559; ansic: 342; makefile: 15; sh: 13
file content (6 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4
5
6
from thinc.compat import enable_mxnet

try:
    enable_mxnet()
except ImportError:
    pass