graphSAGE-pytorch
graphSAGE-pytorch copied to clipboard
A PyTorch implementation of GraphSAGE. This package contains a PyTorch implementation of GraphSAGE.
can you add mr or r8 dataset or any dataset that is a regular .txt format
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
env: pyhton 3.6.8 PC: window 10 IS torch==1.0.1.post2 not available on Windows? 很抱歉,我的找不到torch==1.0.1.post2,尝试安装1.0.0、1.0.1、1.1.0都会报错 错误信息如下: DEVICE: cpu Traceback (most recent call last): File "C:/Users/14656/Desktop/Program/GNN/Github/graphSAGE-pytorch-master/src/main.py", line 46, in config = pyhocon.ConfigFactory.parse_file(args.config) File...
如题,看您是哈工大我就没写英文
I ran the code, but didn't get convergence. The loss of graphsage keep 7.3-7.5 not decreased.
@twjiang I read the code and think that it is meant for a unweighted graph. Could you tell how to change the code for a weighted graph
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...