codeKgu / Text-GCN

A PyTorch implementation of "Graph Convolutional Networks for Text Classification." (AAAI 2019)
MIT License
123 stars 25 forks source link

Cannot implement with torch-geometric-2.6.0 #12

Open kien-vu-uet opened 6 months ago

kien-vu-uet commented 6 months ago

I've installed higher version for all fw but it not worked! image `torch==1.12.1+cu113 torchvision==0.13.1+cu113 torch-cluster==1.6.3 torch-geometric==2.6.0 torch-scatter==2.1.2 torch-sparse==0.6.18

python=3.10 cuda=11.3`