GraphEmbedding
GraphEmbedding copied to clipboard
Implementation and experiments of graph embedding algorithms.
(base) PS D:\pythontemp\gnnstudy\GraphEmbedding-master> & D:/anaconda3/python.exe d:/pythontemp/gnnstudy/GraphEmbedding-master/examples/deepwalk_wiki.py Traceback (most recent call last): File "d:\pythontemp\gnnstudy\GraphEmbedding-master\examples\deepwalk_wiki.py", line 45, in G = nx.read_edgelist('../data/wiki/Wiki_edgelist.txt', File "D:\anaconda3\lib\site-packages\networkx\utils\decorators.py", line 816, in func return argmap._lazy_compile(__wrapper)(*args, **kwargs) File "...
I've tried tensorflow versions 1.15 and >2 and get this error. Were there breaking changes to this repo? If you or anyone else don't get these errors could you share...
error during training: model.train(batch_size=1024,epochs=3,verbose=2) Traceback (most recent call last): File "/opt/homebrew/Caskroom/miniforge/base/envs/tensorflow24/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3457, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 1, in model.train(batch_size=1024,epochs=3,verbose=2) File "/opt/homebrew/Caskroom/miniforge/base/envs/tensorflow24/lib/python3.8/site-packages/ge/models/sdne.py", line 129, in train...
fix encoding error when setup; and Parameter error due to the version of word2vec
There are a lot of algorithms in KarateClub that might be good to take a look at. There are all common algorithms for Community Graph Embedding. Inversely, the algorithms in...
请问不用cuda9.0行吗 用cuda10的话需要修改哪里的代码
求问,这个y_pred不应该放到log外面吗? 
运行deepwalk_wiki.py时出现ImportError: DLL load failed: 找不到指定的模块。这是咋回事呀,按照readme一步一步来的