AutoGL Release v0.1.1
v0.1.1 is here!
Fix the following bugs in v0.1.0:
- AutoNE support for node classification
- Change the interface of solver <-> trainer from Data to Dataset (to better support AutoNE)
- OGB node classification dataset support
- Some typos in the framework
Known issues:
- 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.
- 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!