Details about the selection of structures in the dp test command #637
-
Hello everyone, I would like to use the Assuming what I explained above is correct, my question is more specifically about the Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
You can take a look at deepmd/utils/data.py. As you can see, the test_set is not taken randomly, but taken orderly, with tag "shuffle_test" to determine wether to shuffle the order. That is to say, no structures are selected more than once.