Replies: 5 comments 7 replies
-
Hello, you can try to run lammps with V2.0.0. The compressed model suit for V2.0.0. |
Beta Was this translation helpful? Give feedback.
-
Hi, do you fix this problem successfully? I meet the same problem when I run lammps with V2.0.0. I am testing a deep potential trained in published work. I guess the potential I test is trained with DeepMD-kit version 1. Waiting for your reply. |
Beta Was this translation helpful? Give feedback.
-
I meet the same problem, "INVALID_ARGUMENT: Tensor spin_attr/ntypes_spin:0, specified in either feed_devices or fetch_devices was not found in the GraphINVALID_ARGUMENT: Tensor spin_attr/ntypes_spin:0, specified in either feed_devices or fetch_devices was not found in the Graph". My deepmd-kit version is v2.2.2, lmp is 23 Jun 2022. |
Beta Was this translation helpful? Give feedback.
-
Hi, the start of the message like this,
the end of the message like this,
CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE Your simulation uses code contributions which should be cited:
CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE-CITE WARNING: Using 'neigh_modify every 1 delay 0 check yes' setting during minimization (src/min.cpp:187) Although the program report the message, the program still can be finished normally. But it is annoying to see these message. |
Beta Was this translation helpful? Give feedback.
-
Yes, I have seen the python version is 3.10. I also listed the lib version here. Do those lib versions confict with the python ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all:
Recently I have install V2.0.0 and try to run lammps with compressed model. At first I used uncompressed model like
pair_style deepmd frozen_model.pb
pair_coeff * *
, but when I submit the lammps task I met error like this
Invalid argument: Tensor model_attr/model_version:0, specified in either feed_devices or fetch_devices was not found in the Graph
Invalid argument: Tensor model_attr/model_version:0, specified in either feed_devices or fetch_devices was not found in the GraphInvalid argument: Tensor model_attr/model_version:0, specified in either feed_devices or fetch_devices was not found in the Graph
APPLICATION TERMINATED WITH THE EXIT STRING: Aborted (signal 6)
terminate called after throwing an instance of 'std::runtime_error' what(): incompatable model: version 0.0 in graph, but version 1.0 supported
terminate called after throwing an instance of 'terminate called after throwing an instance of 'std::runtime_error'
Then I changed the in.lammps as
pair_style deepmd frozen_model_compress.pb
pair_coeff * *
and the error changed like this
Internal: 2 root error(s) found.
(0) Internal: Blas xGEMMStridedBatched launch failed : a.shape=[14,4,200], b.shape=[14,4,4], m=200, n=4, k=4, batch_size=14
[[{{node filter_type_1/MatMul}}]]
[[o_force/_31]]
(1) Internal: Blas xGEMMStridedBatched launch failed : a.shape=[14,4,200], b.shape=[14,4,4], m=200, n=4, k=4, batch_size=14
[[{{node filter_type_1/MatMul}}]]
0 successful operations.
0 derived errors ignored.
I have no idea about these error, by the way, lammps will work properly use v1.3.3 if I use uncompressed dp model. I'm really confusing. Could you please give me some advice?
Waitting for your reply
Beta Was this translation helpful? Give feedback.
All reactions