2016-07-21 2 views
-1

Tensorflow 0.9 자습서의 Setting up TensorFlow for Development 섹션에 도달했으며 GPU 지원을 추가하려고 할 때 오류가 발생합니다. 나는 --config=cuda 지시어를 제외하면pip 빌드시 GPU 지원으로 오류가 발생했습니다.

\> bazel build -c opt --config=cuda //tensorflow/tools/pip_package:build_pip_package 

ERROR: /home/.../tensorflow/tensorflow/core/kernels/BUILD:1489:1: undeclared inclusion(s) in rule '//tensorflow/core/kernels:batchtospace_op_gpu': this rule is missing dependency declarations for the following files included by 'tensorflow/core/kernels/batchtospace_op_gpu.cu.cc'

나는 그러나,이 오류가 발생하지 않습니다.

설정 :
초등학교 OS 0.3
tensorflow 0.9
CUDA 7.5
GCC
5.0.5 cudnn 4.8.4

답변

관련 문제