Replies: 2 comments 2 replies
-
If you have never tried similar systems, I don't think you can determine the number of iterations and other hyper-parameters before starting the workflow of the DP-GEN. |
Beta Was this translation helpful? Give feedback.
2 replies
-
For training steps in DP-GEN protocols, we would usually suggest performing relatively short trainings during iterations, such as 400000 to 1000000 steps. When all iterations in DP-GEN finish, we suggest perform a long training, such as 8000000 steps, to achieve better training accuracy. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,developers,
While I was setting up the dpgen input file, there were some settings that looked like experience items.
I wonder how to determine the number of iterations of dpgen. Ideally it should stop until dpgen can't pick a new configuration from extrapolation procedure, but how can I determine how many iterations should I set before I run the dpgen?
In addition to this, I was curious about the
"stop_batch"
in training part, and it looks like the item in the example file was set to the order of 10000. That's a lot less than"stop_batch"
in the DP train.I noticed that some papers had very little initial training data, usually a few hundred to a few thousand configurations.
Does this mean that if I spend enough time doing dpgen, I can end up with a DP potential with ideal precision?
Yours,
Zhaowen
Beta Was this translation helpful? Give feedback.
All reactions