-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collective changes from my absence #293
Conversation
M-R-Schaefer
commented
Jul 15, 2024
- added feature model useful for enhanced sampling
- added simple mean energy shift
- cleaned up input sections related to model ensembles
- allow for access to last layer features in ASE calculator
- fixed erroneous multiplication with 1/sqrt(nfeatures) in gradient features
- added force features to BAL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just briefly read over it and left some comments. Looking forward to test the shallow ensembles. I think the yaml
example files should be a bit clearer with respect to the ensemble / the ensemble type should be documented somewhere.
ensemble: null | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for my future training runs: n_models
has been renamed ensemble
but is still int|None
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, ensemble lets' you choose the kind of ensemble, hoe many members and in the case of shallow ensembles, whether or not to compute force variance.
for more information, see https://pre-commit.ci
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are the examples still working? I see no changes there and a lot of changes in the configs. Can imagine that this causes problems.
the only part of the config which has changed is the ensemble section and we don't use ensembles in the examples. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good for me.