I'm trying to understand the meaning of batch_size, n_batches, and probability #1989
Unanswered
romankempt
asked this question in
Q&A
Replies: 1 comment 2 replies
-
In your two cases, the first batch size will be always 1, and the second equals to |
Beta Was this translation helpful? Give feedback.
2 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.
-
I don't quite grasp what the importance of those parameters is, but observe that either setting them to "auto" or "1" (as in the Mg-Y-alloy tutorial) heavily influences the training results.
Let's say I have three data systems with 3, 6, and 9 atoms, containing 33, 33, and 34 frames (adding up to 100).
If I set the batch_size to 1, should the number of batches n_bch not correspond to the number of frames? e.g.:
If I set it to "auto:32", then what does the batch_sz determine? What does n_bch do?
e.g.:
Beta Was this translation helpful? Give feedback.
All reactions