Error dp_train #33
Replies: 5 comments
-
Maybe your version of TensorFlow for Python is not consistent with that of TensorFlow for C++. Is your version of TensorFlow for C++ v1.13? |
Beta Was this translation helpful? Give feedback.
-
It looks like the |
Beta Was this translation helpful? Give feedback.
-
I encountered a similar error, but via a different route, using Python 3.6.8 and Watson Machine Learning conda environment v1.6.1.
|
Beta Was this translation helpful? Give feedback.
-
@dingye18 Basically, |
Beta Was this translation helpful? Give feedback.
-
Please check if you use a different gcc version for tensorflow and deepmd-kit (for example 4.8 and 5.4). Please use the same compiler version. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed deepmd kit according to instruction but with tensorflow version 1.13 and python 3.7.3.
while running dp_train file I got error. I checked your troubleshoot and again install with -DTF_GOOGLE_BIN=true in the process of cmake.
but again I get this error.
Traceback (most recent call last):
File "/home/vkumar/tensorflow_env_dir/deepmd_root/bin/dp_train", line 16, in
from deepmd.Model import NNPModel
File "/home/vkumar/tensorflow_env_dir/deepmd_root/bin/../lib/deepmd/Model.py", line 21, in
op_module = tf.load_op_library(module_path + "libop_abi.so")
File "/home/vkumar/anaconda3/envs/tensorflow_env/lib/python3.7/site-packages/tensorflow/python/framework/load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: /home/vkumar/tensorflow_env_dir/deepmd_root/lib/deepmd/libop_abi.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs
please help me for this.
Beta Was this translation helpful? Give feedback.
All reactions