Skip to content

AutoGL Release v0.3.1

Compare
Choose a tag to compare
@ZW-ZHANG ZW-ZHANG released this 22 Apr 06:08
· 126 commits to main since this release

v0.3.1 is here!

- We have also released Chinese tutorial for the first time!
- AutoGL now support Deep Graph Library (DGL) backend to be interface-friendly for DGL users! All the homogeneous node classification task, link prediction task, and graph classification task are currently supported under DGL backend. AutoGL is also compatible with PyG 2.0 now.
- The heterogeneous node classification tasks are now supported! 
- To make the library more flexible, the module model now supports decoupled to two additional sub-modules named encoder` and decoder
- AutoGL supports neural architecture search (NAS) to customize architectures for the given datasets and tasks. 
- The link prediction task is now also supported! 

Feel free to open issues and PR!