Can not run GAT from example

Hello. Thank you for such great package.

I am trying use GAT (graph attention networks) for my data but can not get the code from examples to working even on provided datasets such as the cora or citeseer. I run as instructed

python3 train.py --dataset=cora

and result is following error:

RuntimeError: mat1 and mat2 shapes cannot be multiplied (2708x7 and 64x7)

I am using python 3.9 on mac. Thank you for your help.

Fixed in [Example][Bug] Fix GAT example by BarclayII · Pull Request #3947 · dmlc/dgl · GitHub.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.