gpt4 book ai didi

opencl - 在AMD Radeon上尝试使用OpenCL + Theano时出现 "pygpu was configured but could not be imported"错误

转载 作者:行者123 更新时间:2023-12-04 03:25:57 24 4
gpt4 key购买 nike

我遵循了以下指示:

https://gist.github.com/jarutis/ff28bca8cfb9ce0c8b1a

但是然后当我尝试时:THEANO_FLAGS = device = opencl0:0 python test.py
在测试文件上,我得到错误:

错误(theano.sandbox.gpuarray):已配置pygpu,但无法导入
追溯(最近一次通话):
在第20行的“/home/mesayantan/.local/lib/python2.7/site-packages/theano/sandbox/gpuarray/ init .py”文件中

import pygpu

在第7行中输入文件“/usr/src/gtest/clBLAS/build/libgpuarray/pygpu/ init .py”
from . import gpuarray, elemwise, reduction

在第3行中输入文件“/usr/src/gtest/clBLAS/build/libgpuarray/pygpu/elemwise.py”
from .dtypes import dtype_to_ctype, get_common_dtype

在第6行的“/usr/src/gtest/clBLAS/build/libgpuarray/pygpu/dtypes.py”文件中
from . import gpuarray

ImportError:无法导入名称gpuarray

我没有好主意。我是第一次使用所有这些。我正在使用Ubuntu 14.04 LTS。如何解决此错误?

最佳答案

我通过lipgpuarray网站上提供的分步安装解决了这个问题!

下载

git clone https://github.com/Theano/libgpuarray.git
cd libgpuarray

安装 libgpuarray
# extract or clone the source to <dir>
cd <dir>
mkdir Build
cd Build
# you can pass -DCMAKE_INSTALL_PREFIX=/path/to/somewhere to install to an alternate location
cmake .. -DCMAKE_BUILD_TYPE=Release # or Debug if you are investigating a crash
make
make install
cd ..

安装 pygpu
# This must be done after libgpuarray is installed as per instructions above.
python setup.py build
python setup.py install

来源:
http://deeplearning.net/software/libgpuarray/installation.html

这对我有用!
祝你好运

关于opencl - 在AMD Radeon上尝试使用OpenCL + Theano时出现 "pygpu was configured but could not be imported"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39297995/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com