AttributeError when trying to call torch_geometric.datasets.QM9 #10727
Unanswered
JEAM-professional
asked this question in
Q&A
Replies: 1 comment
-
|
Oh, just solved my own problem but still good for you to know. It worked with python3.12 (instead of the pyhon3.14 I was using in the previous attempt.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to use
torch_geometric.datasets.QM9to subsequently fine-tune a pre-trained model. The simple code:produces the following error for me:
I have tried both manually downloading the dataset and letting the QM9 function downloading them with the exact same error. Any help here would be appreciated.
~ Juanes
Beta Was this translation helpful? Give feedback.
All reactions