Skip to content

v0.2.2

Compare
Choose a tag to compare
@janosh janosh released this 12 Oct 16:33
· 89 commits to main since this release

Important Notes

v0.2.2 has a breaking change in model initialization from scratch i.e. chgnet = CHGNet(), to address #79.
The developer team is running another round of pretraining and the updated weights will be released in the next release.

For now, chgnet = CHGNet.load() loads same pretrained model as previous releases.
If user wants to load their own fine-tuned weights trained from previous releases, please do
chgnet = CHGNet.from_file("your_weights_path", mlp_out_bias=True)

What's Changed

Full Changelog: v0.2.1...v0.2.2