forked from ACEsuit/mace
-
Notifications
You must be signed in to change notification settings - Fork 0
MACE-Field latest updates compatible with MACE main #4
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- `--device` now allows any input string. This allows for free choice of cuda device on machines with multiple visible GPUs - `--wandb_log_hypers` now accepts an arbitrary amount of parameters to log
…calling .count() will raise error.
Update README and `foundations_models.py` to new repo URL
fix missing defaults names from url list, also abstract it a little fixes ACEsuit#953
…ptors_cueq eval_configs: calculate descriptors + cueq
…nergies Eval configs: node energies [DEPENDS ON ACEsuit#893]
Add an option to use the pseudolabels generated with the foundation model when using multihead finetuning with replay Co-authored-by: EszterVU <93268063+vue1999@users.noreply.github.com>
…al' when reporting on model to be used when fine-tuning is active
This reverts commit f09917b.
Adding training test to AtomicDipolesMACE and AtomicDielectricMACE.
Fix: Create model directory before saving model files
fix cueq and add test for Dielectric MACE
Fix calls to filter_nonzero_weight
MACELES: Ensuring correct LES energy method is called based on boundary conditions
minor fixes
Fix bug in stage-two evaluation with multi-gpu
Add MACE-OMOL-0 to the README
add omol to readme
…eld to MACE node feats so that bulk polarization, Born effective charges and polarizability can be derived from the energy and trained.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This version is compatible with the latest version of the MACE code and has a PR:
ACEsuit#1177