提交 f5c0cfb5 authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Thomas Wiecki

Move theano.pathparse to theano.gpuarray

上级 aff013c8
...@@ -7,7 +7,7 @@ from functools import reduce ...@@ -7,7 +7,7 @@ from functools import reduce
import numpy as np import numpy as np
import theano import theano
import theano.pathparse import theano.gpuarray.pathparse
import theano.tensor.basic as tt import theano.tensor.basic as tt
import theano.tensor.math as tm import theano.tensor.math as tm
from theano.assert_op import Assert from theano.assert_op import Assert
...@@ -66,7 +66,7 @@ except ImportError: ...@@ -66,7 +66,7 @@ except ImportError:
WIN32_CUDNN_NAMES = ["cudnn64_7.dll", "cudnn64_6.dll", "cudnn64_5.dll"] WIN32_CUDNN_NAMES = ["cudnn64_7.dll", "cudnn64_6.dll", "cudnn64_5.dll"]
if sys.platform == "win32": if sys.platform == "win32":
theano.pathparse.PathParser(config.dnn__bin_path) theano.gpuarray.pathparse.PathParser(config.dnn__bin_path)
def _load_lib(name): def _load_lib(name):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论