提交 1d690461 authored 作者: Dimitar Dimitrov's avatar Dimitar Dimitrov 提交者: GitHub

Fixing numpy imports

Addresses and fixes issue [#5491](https://github.com/Theano/Theano/issues/5491).
上级 e8daf149
...@@ -21,6 +21,7 @@ import distutils.sysconfig ...@@ -21,6 +21,7 @@ import distutils.sysconfig
import warnings import warnings
import numpy as np # TODO: TensorType should handle nunpy.distutils import numpy as np # TODO: TensorType should handle nunpy.distutils
import numpy.distutils
import theano import theano
from theano.compat import PY3, decode, decode_iter from theano.compat import PY3, decode, decode_iter
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论