LUOyk1999 / DAGformer

The repository implements the Transformer over Directed Acyclic Graph (DAG transformer) in Pytorch Geometric.
52 stars 7 forks source link

About PyTorch Geometric 2.3.1 #2

Open Sniper1-love opened 5 months ago

Sniper1-love commented 5 months ago

when I install 2.3.1 version of PyTorch Geometric I found this error "AttributeError: module 'torch' has no attribute 'sparse_csc'" So I try the 2.2.0 version of PyTorch Geometric, and then there is no error. So what's the version you choose?

Sniper1-love commented 5 months ago

And is 2.2.0 version of PyTorch Geometric ok to use?

LUOyk1999 commented 5 months ago

Yes, I apologize for the late reply due to work reasons. The 2.2.0 version of PyTorch Geometric is okay. The issue may be related to the versions of torch or cuda.