benfinkelshtein / CoGNN

MIT License
34 stars 6 forks source link

TypeError: propagate() got an unexpected keyword argument 'edge_attr' #5

Open king0218-love opened 1 week ago

king0218-love commented 1 week ago

I have installed the mentioned packages and versions according to the READ, but I have the problem shown in the picture. However, if I install torch_geometric version 2.5.0, I don't have the problem shown in the picture, but I get an unexpected parameter “edge_attr”, is this due to a problem with torch_geometric? Is this due to a problem with torch_geometric? Which version of torch_geometric should I install? I am looking forward to your reply to this little question in your busy schedule, I will be very grateful! SharedScreenshot

king0218-love commented 1 week ago

Then, in my continuous attempts I realized that this problem occurs on roman_empire dataset, then I changed to cora dataset and installed the corresponding package and version according to READ, and both problems stopped occurring, so may I ask what is the reason for this problem?

Huanglh1001 commented 4 days ago

I have the save problem.