print(output.data) 3.torch_geometric库官方参考文档网站 https://pytorch-geometric.readthedocs.io/pytorch-geometric.readthedocs.io/ 从网站上可以查看所有torch_geometric库中函数的定义说明。
链接:https://pan.baidu.com/s/1cnClAitoKeGtn4sJQBQXAw 提取码:zfl9 本地pip install就行了 最后一步 $ pip install torch_geometric 看一下有没有成功~ $ python -c"import torch_geometric; print(torch_geometric.__version__)">>>1.4.3 Colab上 colab上的cuda 版本是10.1,按照官方文档配置会报错依...