OpenNE icon indicating copy to clipboard operation
OpenNE copied to clipboard

An Open-Source Package for Network Embedding (NE)

Results 10 OpenNE issues
Sort by recently updated
recently updated
newest added

Hi, recently I'm using your LINE algorithm implementation for my research project, and I noticed that I'm having some issues with the data type of uint32 and int32. In line.py,...

Bumps [numpy](https://github.com/numpy/numpy) from 1.14 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...

dependencies

Because `setup.py` exists within a subfolder (`src`) and this package is not published on PyPi, it's impossible to install from git with package managers like `poetry`. Moving `setup.py` to the...

Since GCN usually has 2 layers, I think that the outputs of layer one are the embedding vectors of all nodes, and the embedding size equals to the units in...

Because of explicitly including the projector module API -> https://github.com/tensorflow/tensorboard/pull/934

The completed error meassage: `Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/yitingyang/OpenNE-pytorch/src/openne/__main__.py", line 239, in...

There is no version 3.0.1 available for Gensim anywhere, causing the requirements setup to fail. OpenNE [requirements.txt](https://github.com/thunlp/OpenNE/blob/master/requirements.txt) PyPI [gensim versions](https://pypi.org/project/gensim/3.0.0/#history)

Hi, guys I would like to use your library but I'm having an issue with the Tensorflow requeriments This repository says that I need to use Tensorflow version 1.12. This...

我采用了一个节点数为13w的图,边的数量大概为36万左右,阅读代码后发现是在构建图时发生内存溢出 该如何解决

Bumps [scipy](https://github.com/scipy/scipy) from 0.19.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies