Mariyaaaaaaaaaa

Results 3 comments of Mariyaaaaaaaaaa

There should be a problem with the way the library is installed, and I also encountered related problems. Mine is that the torch_geometric library does not specify a program. My...

可以把main.py放在graphSAGE-pytorch-master下而不是src文件夹下。

定位到这行代码torch.save(models, 'models/model_best_{}_ep{}_{:.4f}.torch'.format(name, cur_epoch, test_f1)),可以发现代码本是打算将模型保存在models文件夹下,但是下载下来的项目并没有该文件夹。有两种解决方案,第一种,在graphSAGE-pytorch-master下创建一个models的文件夹;第二种,将models换成其他已有的文件夹,如src。