microsoft / Graphormer

Graphormer is a general-purpose deep learning backbone for molecular modeling.
MIT License
2.08k stars 334 forks source link

Report errors from pytorch_lightning #27

Closed zaixizhang closed 2 years ago

zaixizhang commented 2 years ago

I follow the conda setup in the readme file. However one error happens when importing pytorch_lightning: image Could you give me some ideas how to fix it? Thanks!

zhengsx commented 2 years ago

Seems like a compatibility issue with PyTorch, CUDA and Pytorch_Lighting. See similar issues with pytorch issues.

zaixizhang commented 2 years ago

Thanks for your reply! Have fixed this problem.