Clarification on auto_prob and batch_size Settings for Multi-System Training #4959
Replies: 1 comment 2 replies
-
Suppose you have three systems: Sys1 (4000 frames), Sys2 (1000 frames), and Sys3 (200 frames). According to the Doc: if you set If your systems differ significantly in atom counts, you may want to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Community Administrator,
I would like to use the se_e2_a operator to train an aqueous solution system containing six types of elements. My dataset includes over a dozen different systems. The largest system contains more than 4,000 data points, while the smallest has only about 300. Following the recommended parameters, I set "auto_prob": "prob_sys_size" and "batch_size=auto".
My question is: since the data volume varies greatly among systems, should I switch to "auto_prob": "prob_uniform" in order to ensure sufficient sampling of all systems? If so, should I also adjust the batch size accordingly?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions