dp convert successful but running Lammps gives error #1725
Unanswered
rajnichahal
asked this question in
Q&A
Replies: 2 comments 5 replies
-
You may load the wrong library. Set the environment variables |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, pardon my ignorance: but is setting the environment variable relevant when I am using the singularity image of deepmd? For both training the potential (v 1.2.1) as well as using the trained potential in Lammps (v 2.1.0), I am using the pulled singularity images. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I trained the deepmd model using deepmd version 1.2.1. In order to use it for running Lammps simulations using deepmd version 2.1.0, I did the following:
dp convert-from 1.2 -i old_frozen_model.pb -o new_frozen_model.pb
The conversion was successful, but when I am running Lammps simulations using the new_frozen_model.pb in version 2.1.0, I am getting the following error:
2022-05-23 14:28:47.179610: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 AVX512F FMA
2022-05-23 14:28:47.493488: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 1399990000 Hz
2022-05-23 14:28:47.555565: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x5555562aa980 initialized for platform Host (this does not guarantee that XLA will be used). Devices:
2022-05-23 14:28:47.556251: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version
Not found: Op type not registered 'ProdEnvMatA' in binary running on nid03436. Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib, accessing (e.g.)
tf.contrib.resampler
should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.Please let me know if you could help me resolve this issue. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions