graphvite
graphvite copied to clipboard
GraphVite: A General and High-performance Graph Embedding System
The program just stop with 'raise KeyError(key) from None' error right after 'import graphvite as gv', with no other code. Environment Python: 3.8 Conda: Latest CentOS Error Message ``` Traceback...
Hi @tangjianpku , thanks for your great work. I have installed the module in Colab: ``` !wget -c https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh !chmod +x Miniconda3-latest-Linux-x86_64.sh !./Miniconda3-latest-Linux-x86_64.sh -b -p /usr/local -f !conda install -y...
hey, can you double confirm that graphvite is still installable on colab ?
Trying to install on colab using instructions from https://graphvite.io/docs/latest/install.html and keep getting one error: ModuleNotFoundError: No module named 'wurlitzer' Have tried pip installing wurlitzer to no avail. Please help! Thanks!
Hi, when I tried to install from source by running the following command ```` cd build && cmake .. && make && cd - ```` I got the following error...
I'm reading your paper and have a question about section 3.2. Could you explain what are the vertex matrix and context matrix? Are they simply the source and the destination...
Hello there! I downloaded and executed as a .py file one of the tutorials. I'll share the exact result I get down below. Is it normal it keeps starting itself...
fatal: unable to access 'https://github.com/facebookresearch/faiss.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated. Cloning into 'faiss'... -- Had to git clone more than once: 3 times. fatal: invalid...
When I use node2vec to train my graph embedding,i got 2 embeddings in .pkl file... In downsteam tasks,how can i choice between vertex embeddings and context embeddings?
Hello, I've just run the quick start, and then I got that Here is the ``` [(gra) graphvite baseline quick start running baseline: demo/quick_start.yaml loading graph from /root/.graphvite/dataset/blogcatalog/blogcatalog_train.txt 0.00018755% >...