GraphNeuralNetwork icon indicating copy to clipboard operation
GraphNeuralNetwork copied to clipboard

《深入浅出图神经网络:GNN原理解析》配套代码

Results 6 GraphNeuralNetwork issues
Sort by recently updated
recently updated
newest added

How to classify the nodes of graphs without characteristic nodes and weighted edges?Hope you can help me

您好,我看了sampling.py中采样的代码和类GraphSage中聚合操作的代码,发现这里好像并没有体现问题中的采样顺序和聚合顺序问题,请问这里可以解答一下吗?感谢

Can you please elaborate in detail that how can we generate the test.index file, while using the code with image dataset? Please elaborate the procedure to generate the test.index file....

您好!我是一名深度学习的初学者,如果您发现我的问题中有一些显而易见的地方,也希望您不吝指出。 我的环境是:Python 3.12.2、torch 2.2.2+cu121 在我尝试运行 main.py 时,在117行处抛出异常: Exception has occurred: RuntimeError one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [1682, 10]], which...