Skip to content
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

Merged
merged 38 commits into from
Jul 23, 2024
Merged

Collective changes from my absence #293

merged 38 commits into from
Jul 23, 2024

Conversation

M-R-Schaefer
Copy link
Contributor

  • 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

Copy link
Contributor

@PythonFZ PythonFZ left a 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.

Comment on lines 46 to 47
ensemble: null

Copy link
Contributor

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?

Copy link
Contributor Author

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.

@M-R-Schaefer
Copy link
Contributor Author

pre-commit.ci autofix

@M-R-Schaefer M-R-Schaefer requested a review from PythonFZ July 22, 2024 10:02
Copy link
Contributor

@Tetracarbonylnickel Tetracarbonylnickel left a 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.

@M-R-Schaefer
Copy link
Contributor Author

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.
I ran them all again and they work without modification.

Copy link
Contributor

@Tetracarbonylnickel Tetracarbonylnickel left a 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.

@M-R-Schaefer M-R-Schaefer merged commit 15bc702 into dev Jul 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants