ValueError: Encountered tensor with size 640000 in dimension 0, but expected size 3200.
It seems that it's because of this code: z = conv(z, edge_index, edge_attr) in gat.py
It doesn't seem as simple as the official website suggests:For a GAT-based setup, simply replace the GCN model initializations with GAT.
ValueError: Encountered tensor with size 640000 in dimension 0, but expected size 3200. It seems that it's because of this code: z = conv(z, edge_index, edge_attr) in gat.py It doesn't seem as simple as the official website suggests:For a GAT-based setup, simply replace the GCN model initializations with GAT.