You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then at the end of the training, the log file will report how many frames are selected to add to SGP from fake_dft_1.xyz, fake_dft_2.xyz, respectively.
In the yaml file for online or offline training, set up a lower bound of DFT calls for training hyperparameters
otf:
freeze_hyps: 10
change to
otf:
train_hyps: [1, 10] # [a, b] represents training hyps when the number of DFT frames SGP has collected is between a and b
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What's Changed
Full Changelog: 1.0.0...1.1.2
Offline training
Bug fixing
Other features and tutorials
build_map
method inSGP_Calculator
Backward compatibility notices
FakeDFT
can be removed since they are redundantchange to
filename
changes tofilenames
, allowing user to list multiple files as datasets.change to
Then at the end of the training, the log file will report how many frames are selected to add to SGP from
fake_dft_1.xyz
,fake_dft_2.xyz
, respectively.change to
This discussion was created from the release Pre-release 1.1.2.
Beta Was this translation helpful? Give feedback.
All reactions