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
Hi all, I followed the installation process and can run the 1-2-3-qm9.py. However, I met the dataset problem when I ran the 1-2-3-proteins.py. I print the dataset.data:
It seems that the input x's shape is not correct, which causes the dataset.num_features to be 0. The code also printed that it downloaded the dataset from https://www.chrsmrrs.com/graphkerneldatasets/PROTEINS.zip. Is there any solution for this problem? Thank you!
The text was updated successfully, but these errors were encountered:
Hi all, I followed the installation process and can run the
1-2-3-qm9.py
. However, I met the dataset problem when I ran the1-2-3-proteins.py
. I print thedataset.data
:It seems that the input
x
's shape is not correct, which causes thedataset.num_features
to be 0. The code also printed that it downloaded the dataset from https://www.chrsmrrs.com/graphkerneldatasets/PROTEINS.zip. Is there any solution for this problem? Thank you!The text was updated successfully, but these errors were encountered: