Skip to content

Releases: aimat-lab/gcnn_keras

kgcnn 1.0.2

10 Jul 07:59
Compare
Choose a tag to compare

Changes, updates and bug fixes

  • New models: GIN, PAiNN, GATv2 in kgcnn.literature
  • Refactor model args and datasets.
  • Remove disjoint list format, simplify layer base class.

kgcnn 1.0.1

14 Jun 20:13
Compare
Choose a tag to compare

Changes, updates and bug fixes

  • Fix bug in DimeNet++ and training script from QM9.
  • Rework dataset loading via dataset class .
  • Add AttentiveFP with training script.
  • Enable serialization for most models.

kgcnn 1.0.0

18 May 19:04
Compare
Choose a tag to compare

Realse version 1.0

Graph neural networks in TensorFlow-Keras with RaggedTensor representation kgcnn. The package in kgcnn contains several keras layer classes to build up graph convolution models. Some models from literature are given as an example.

kgcnn 0.1.3

15 May 07:54
Compare
Choose a tag to compare

Changes, updates and bug fixes

  • Merged layer and added DimNet.
  • Further layer rework is planned by inheriting from GraphBaseLayer

kgcnn 0.1.1

10 Apr 09:52
Compare
Choose a tag to compare

Changes, updates and bug fixes

  • Refactor model and layer names.
  • Added GNNExplain.

kgcnn 0.1.0

23 Feb 13:02
ee94022
Compare
Choose a tag to compare

Initial release

Draft for graph neural networks with tf.keras.