It’s really frustrating that my solution work locally with the public dataset but fail when submitted online for feedback.
If you could provide output of the program execution, it would be appreciated.
Hi,
The detailed error message could be found in "My Submissions" - "Dataset 1" (for example) - “+"button at the end of one submission - "Error log" (of ingestion).
Best regards,
KDD Cup 2020 AutoGraph Organizing Team
Thanks for your reply.
There is an issue with torch_geometric and I cannot import ClusterData.
I get the following error :
ImportError: cannot import ‘ClusterData’ from ‘torch_geometric.data’.
Hi,
Please note that the provided PyTorch Geometric version is v1.3.2 as stated in the https://www.automl.ai/competitions/3#learn_the_details.
ClusterData seems not to be provided in this version.
Best,
KDD Cup 2020 AutoGraph Organizing Team