hi,
I installed tensorflow-1.2.0 in my machine, and met a segment fault as below.
linux-swfm:~/workarea/test> python
Python 2.7.13 (default, Jun 20 2017, 20:03:45)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import tensorflow as tf
Segmentation fault
my system is : USE Linux Enterprise Server 11 SP3.
cuda sdk version is 8.0 and cudnn is 6.0.
my command to build tensorflow is below :
bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package
hi,
I installed tensorflow-1.2.0 in my machine, and met a segment fault as below.
linux-swfm:~/workarea/test> python
Python 2.7.13 (default, Jun 20 2017, 20:03:45)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
my system is : USE Linux Enterprise Server 11 SP3.
cuda sdk version is 8.0 and cudnn is 6.0.
my command to build tensorflow is below :
bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package