Skip to content

kgcnn v2.2.3

Compare
Choose a tag to compare
@PatReis PatReis released this 08 Mar 11:52
· 566 commits to master since this release
  • HOTFIX: Changed MemoryGraphList.tensor() so that the correct dtype is given to the tensor output. This is important for model loading etc.
  • Added CENTChargePlusElectrostaticEnergy to kgcnn.layers.conv.hdnnp_conv and kgcnn.literature.HDNNP4th .
  • Fix bug in latest train_force.py of v2.2.2 that forgets to apply inverse scaling to dataset, causing subsequent folds to have wrong labels.
  • HOTFIX: Updated MolDynamicsModelPredictor to call keras model without very expensive retracing. Alternative mode use use_predict=True .
  • Update training results and data subclasses for matbench datasets.
  • Added GraphInstanceNormalization and GraphNormalization to kgcnn.layers.norm .