-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while running dp_ipi #163
Labels
Comments
This issue is confirmed. Something is broken while linking the deepmd_op library. We are working to solve it. |
njzjz
referenced
this issue
in njzjz/deepmd-kit
Feb 6, 2020
Co-authored-by: Linfeng Zhang <[email protected]>
njzjz
referenced
this issue
in njzjz/deepmd-kit
Feb 6, 2020
Co-authored-by: Linfeng Zhang <[email protected]>
amcadmus
added a commit
that referenced
this issue
Feb 7, 2020
set CMAKE_LINK_WHAT_YOU_USE flag (fix #163)
You can update the conda package to the newest one. It should be solved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: