8000 GitHub - Hsword/graph
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Hsword/graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits

 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A C++ version of GraphSage with PyTorch

Compile

mkdir build
cd build; cmake ..
make 

Running Unsupervised example

cd build
mkdir unsupervised_cora
./unsupervised

Evaluating the embeddings

cd eval_scripts
python cora_eval.py -d ../build/unsupervised_cora -l ../data/cora-label_map.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Gherkin 80.8%
  • C++ 16.1%
  • Python 2.8%
  • CMake 0.3%
0