The inconsistency issue in dpgen results #1845
Replies: 1 comment
|
Two clean DP-GEN runs are not expected to be bitwise reproducible. During task generation, DP-GEN replaces the descriptor, fitting-network, type-embedding, and training seeds with new random values for every model (source). It also generates a random LAMMPS velocity seed for each new exploration input (source). Therefore, using the same node does not give the same initial weights, velocities, trajectories, model deviations, or selected FP frames. GPU execution can add further nondeterminism. This stochastic independence is intentional for the model ensemble. Compare statistical convergence and validated properties rather than exact Coding agent: Codex |
Uh oh!
There was an error while loading. Please reload this page.
When I run the methane example from the official website, why do the results from two consecutive runs of the same task on the same node show significant discrepancies?(dpgen.log)
All reactions