Model with 5 atom types #1676
-
Hello, I am trying to train a model with 5 atom types. I am using DeePMD-kit v2.1.1 installed with conda. If I run "dp train" using data with 4 atom types and the input:
I see no problem. Whereas if I use 5 atom types and the input:
I get the error
I have two data sets - one with 4 atom types (A,B,C,D) and another with 5 atom types (A,B,C,D,E). I am using both for training. Is this a silly mistake on my side or a bug? Thank you very much! All the best, Pablo |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I found the mistake. My training set contained all atom types A,B,C,D,E and my validation set contained only A,B,C,D. This is an error on my side but it would be good to have an error message that explains this. Best, Pablo |
Beta Was this translation helpful? Give feedback.
-
#1677 will fix the error. |
Beta Was this translation helpful? Give feedback.
#1677 will fix the error.