Replies: 2 comments 3 replies
-
If you are using the same or similar data for testing, you can see the training effectivity, and it's expected to see an accurate result. If you are using a different data, you can see the transferability and robustness of the model and it doesn't work in all time. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have a quick question: Does using a validation set help converge the training (i.e., achieving smaller RMSE values for energy, forces)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear DP developers,
I am confused about the data selection between the validation set in the training and the input data in the test process. What is the difference between validation and test data selection?
For example, I have DFT data of the same system at 700 K, 800 K, and 1000 K, and I have set the data of 700 K and 1000 K as input trained data (extract part of the data as a validation set). After freezing the model, can I set the data of 800 K as input for training? Or, should I set the same data (700 K and 1000 K) as input of the test? @njzjz
Kind Regards,
Terrla
Beta Was this translation helpful? Give feedback.
All reactions