running error for deepmd-gpu #22
-
Hi, I have followed the instruction (https://github.com/deepmodeling/deepmd-kit/blob/master/doc/install-tf.1.12.md) to install C++ interface for Tensorflow with gpu support. The installation processes for both Tensorflow-gpu=1.12.0 and deepmd-kit are successful. However, once I try to run the installed dp_train, I will get the following errors. I noticed the errors were mentioned early, but the fixed proposed (#10 and #20) are can not fix my issues. I am not sure if the error is correlated with the version of protobuf. In installing Python interface of tensorflow, I have to install protobuf-3.7.0 (at least >3.6.1), but I have to download 3.6.0 when compiling protobuf. This is because if I use >3.6.1, errors will occur during install deepmd-kit say something about protobuf is not compatible. As as result, if protobuf version is the reason for the error, how can I deal with it? Thanks for your help. errors: Traceback (most recent call last): installing process
Please specify the location of python. [Default is /home/yzhang1/tensorflow_venv/bin/python]: Please specify the location where cuDNN 7 library is installed. Refer to README.md for more details. [Default is /usr/local/cuda/9.0]: Do you wish to build TensorFlow with TensorRT support? [y/N]: n
rm -r -f /home/yzhang1/lj94/tensorflow_root
cd /home/yzhang1/lj94/tensorflow12./tensorflow/contrib/makefile/download_dependencies.sh
mkdir /home/yzhang1/lj94/tensorflow_root/lib mkdir -p /home/yzhang1/lj94/tensorflow_root/include/tensorflow cd /home/yzhang1/lj94/tensorflow_root/include rm -fr /home/yzhang1/lj94/tmp/proto /home/yzhang1/lj94/tmp/eigen /home/yzhang1/lj94/tmp/nsync Install deepmd-kit
cd $deepmd_source_dir/source
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Did you checked the library links? Followed the instructions of #20 . |
Beta Was this translation helpful? Give feedback.
-
Thanks, fixs for #20 work here. |
Beta Was this translation helpful? Give feedback.
Did you checked the library links? Followed the instructions of #20 .
Also, you can recompile tensorflow for pip package with the configurations before. And install it to your python library.