AMD에 오픈 CL + Theano와 함께하는 동안 나는이의 지시에 따랐다 오류 : 나는 시도 할 때 다음받고 "pygpu 구성되었지만 가져올 수 없습니다"라데온
https://gist.github.com/jarutis/ff28bca8cfb9ce0c8b1a하지만을 : THEANO_FLAGS = 장치 = opencl0 :
ERROR (theano.sandbox.gpuarray) : 나는 오류가 무엇입니까 테스트 파일에 0 파이썬 test.py
pygpu가 구성되었지만 (마지막으로 가장 최근 통화) 역 추적을 가져올 수 없습니다 : 파일 "/ home/mesayant "
import pygpu
파일에서, 라인 (20),"AN/.local의/lib 디렉토리/python2.7/사이트 패키지/theano/샌드 박스/gpuarray/초기화 평은/usr/src에/gtest/clBLAS/건설/libgpuarray/pygpu/초기화 /usr/src/gtest/clBLAS/build/libgpuarray/pygpu/elemwise.py ""
from . import gpuarray, elemwise, reduction
파일에서, 7 호선, " 평, 3 행에
from .dtypes import dtype_to_ctype, get_common_dtype
fil
from . import gpuarray
ImportError를에서 전자 "/usr/src/gtest/clBLAS/build/libgpuarray/pygpu/dtypes.py", 라인 6, : 나는 좋은 생각이없는 이름 gpuarray
를 가져올 수 없습니다. 나는이 모든 것을 처음으로 사용하고있다. 나는 우분투 14.04 LTS에서 일하고있다. 이 오류를 어떻게 해결할 수 있습니까?
cmake에서 접두어를 지정하면'python setup.py build' 행이 약간 다릅니다.링크는이 문맥에서 정확한 라인을 제공합니다. –