DIG

A library for graph deep learning research

GPL-3.0 License

Downloads
559
Stars
1.9K
Committers
29

Bot releases are visible (Hide)

DIG - 1.1.0 Latest Release

Published by mengliu1998 over 1 year ago

More directions and bug fixed

DIG - 1.0.0

Published by divelab over 2 years ago

Update DIG based on PyG2.0.0

  • Given that PyG2.0.0 has significant updates compared to PyG1.x.x, we have upgraded our DIG based on PyG2.0.0 for easier use.
  • We are going to provide a hands-on tutorial at KDD 2022 about graph deep learning research with DIG. The materials will be included in this folder.
DIG - 0.2.0

Published by mengliu1998 over 2 years ago

More directions and methods

  • Add a new direction ggraph3D and upload its preliminary code.
  • Add the code for LaGraph.
DIG - 0.1.2

Published by mengliu1998 about 3 years ago

Paper accepted

  • The paper for DIG has been accepted by JMLR.

Example and benchmark organization

  • Reorganize the example implementations in examples.
  • Add a benchmark directory for benchmark implementations. Currently, we provide the benchmark implementations for xgraph.
DIG - 0.1.1

Published by mengliu1998 about 3 years ago

Add test

  • Add more thorough test cases.

Code Improvement

  • Update the optimal hyperparameter set for SphereNet in threedgraph. [#39](thanks to @kexinhuang12345 and @chao1224)
  • Fix the Fidelity sign (to Fidelity-) for the fidelity_inv description in xgraph. [#43](thanks to @joaquincabezas)

Documentation Improvement

DIG - 0.1.0

Published by mengliu1998 about 3 years ago

Installation

  • Replace RDKit dependency with RDKit-pypi, leading to a simpler installation process.

Tutorials

Code Quality

  • Run a code analysis tool, and improve our code quality accordingly.

Bugfixes

  • Fix a "local variable referenced before assignment" issue in xgraph. [#27](thanks to @gui-li)
  • Disabled the pin_memory flag in xgraph. [#28](thanks to @gui-li)
  • Fix a "torch.fft error" in ggraph. [#34](thanks to @GRAPH-0)
DIG - 0.0.4

Published by mengliu1998 over 3 years ago

Bugfixes

  • Fix a gradient error in training on MD17.
  • Fix a dimension error in PGExplainer.
DIG - 0.0.3

Published by mengliu1998 over 3 years ago

Add test

  • Deploy unit test by Travis CI.
DIG - 0.0.2

Published by divelab over 3 years ago

Bugfixes

  • Add non-coding files (e.g., dig/ggraph/dataset/config.csv and dig/ggraph/utils/fpscores.pkl.gz) in the installed package.
DIG - 0.0.1

Published by divelab over 3 years ago

Initial release as a python package

DIG includes unified implementations of data interfaces, common algorithms, and evaluation metrics for several advanced tasks.

Currently, we consider the following research directions.

  • Graph Generation
  • Self-supervised Learning on Graphs
  • Explainability of Graph Neural Networks
  • Deep Learning on 3D Graphs
Package Rankings
Top 6.42% on Pypi.org
Badges
Extracted from project README
PyPI Version Docs Status Build Status codecov Contributing License Downloads
Related Projects