deepmodeling / deepmd-kit

A deep learning package for many-body potential energy representation and molecular dynamics
https://docs.deepmodeling.com/projects/deepmd/
GNU Lesser General Public License v3.0
1.43k stars 494 forks source link

Error while running dp_ipi #163

Closed xjhsafeguards closed 4 years ago

xjhsafeguards commented 4 years ago

I am using conda installed depend-kit v1.1.2.

While using ipi with dp_ipi, 'dp_ipi water.json & ' gives this message and stop running:

Not found: Op type not registered 'Descrpt' in binary running on ###. 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.

Can anyone help, thanks.

njzjz commented 4 years ago

This issue is confirmed. Something is broken while linking the deepmd_op library. We are working to solve it.

njzjz commented 4 years ago

You can update the conda package to the newest one. It should be solved.