Skip to content

AutoGL Release v0.1.1

Compare
Choose a tag to compare
@Frozenmad Frozenmad released this 23 Dec 08:15
· 728 commits to main since this release

v0.1.1 is here!

Fix the following bugs in v0.1.0:

  1. AutoNE support for node classification
  2. Change the interface of solver <-> trainer from Data to Dataset (to better support AutoNE)
  3. OGB node classification dataset support
  4. Some typos in the framework

Known issues:

  1. Currently, the autogl cannot directly used if you do not import second level package (when installed through pip):
>>> import autogl
>>> autogl.datasets
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'autogl' has no attribute 'dataset'

Please also import the second level package when using (import autogl.datasets). This bug will be fixed in future version.

  1. Some part of feature engineering in autogl 0.1.1 is not compactible with torch_geometric > 1.6.1 yet. Please use torch_geometric==1.6.1 or lower to use feature engineering. [See issue #10]

Feel free to open issues and PR!