-
Notifications
You must be signed in to change notification settings - Fork 33
Add MACE #48
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
Add MACE #48
Changes from 12 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c8b6092
add scripts/model_figs/update_all_model_figs.py
janosh 4816fcc
prepare MACE submission (readme.md, metadata.yml, test_mace.py)
janosh 9ab0df2
fix model name still set to chgnet in test_mace.py
janosh 8c5cb34
wandb collect all dep versions in single dict
janosh aa7d281
delete matbench_discovery.DEBUG global
janosh 8891906
roc_prc_curves_models.py fix n_rows x n_cols in out filename
janosh 081a09e
test_mace.py add relax trajectory recording
janosh df50ce7
add MACE + ALIGNN checkpoints figshare urls to class DataFiles
janosh 6911cf2
rename BOWSR + MEGnet -> BOWSR
janosh 08c0934
ensure out_path matches glob_pattern in join scripts
janosh c90febb
load_df_wbm_with_preds() use 1st matching df column
janosh 52f9940
refactor df_to_pdf() from wkhtmltopdf to weasyprint
janosh 26cff30
improve Figshare description
janosh e3ddee2
update most figures with MACE results
janosh ff975ec
extract scripts/model_figs/per_element_errors.py out of scripts/analy…
janosh da4b617
Merge branch 'main' into mace
janosh c3d0fd3
add MACE to site/src/figs/model-run-times-bar.svelte
janosh 80dcc7e
revert 'extract scripts/model_figs/per_element_errors.py out of scrip…
janosh da6e2a2
add weasyprint to df-pdf-export optional deps
janosh fde6ee6
fix test_df_metrics failing from MACE R^2 of -1.291 being below -0.9
janosh 7f9cb74
fix df_to_pdf if weasyprint not installed
janosh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
Reason:
wkhtmltopdf
requires Rosetta, i.e. is not natively M1 Mac compatible.