You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional Info (Optional)
Add any other context about the problem here. Such as the possible reason you think, or how to solve this bug if you are interested.
The text was updated successfully, but these errors were encountered:
shrutiOx
changed the title
[BUG] : ModuleNotFoundError for "from autogl.module.model.pyg import AutoGIN"
[BUG] : Provide an full example for hyperparameter optimization for graph-classification-task on a custom dataset using K-FOLD cross validation
Nov 8, 2023
I used ''graph_cv.py'' module given in your repo to apply K-FOLD cross validation along with hyperparameter optimization for standard dataset. Although I converted my custom dataset using "InMemoryDataset" of torch_geomteric as mentioned in your website yet your module for K-FOLD cross validation (graph_cv.py) is not working for that custom dataset. Ot gives error which indicates that the code does not support this dataset. Can you please provide an example depicting a process where a custom dataset can apply HPO and K-FOLD cross validation using your tool or do I understand that it currently does not support such functions ? Thanks a lot!!
Hi,
I do not see NAS supprt for graph classification tasks ,can you please confirm this and custom datasets could not be processed with AutoGL for graph classifications either . Can you please provide an example depicting a process where a custom dataset can apply HPO and K-FOLD cross validation using your tool or do I understand that it currently does not support such functions ? Thanks a lot!!
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
python -V
]python -c 'import autogl; print(autogl.__version__)'
]pip list
]Additional Info (Optional)
Add any other context about the problem here. Such as the possible reason you think, or how to solve this bug if you are interested.
The text was updated successfully, but these errors were encountered: