Skip to content

FrederickPi1969/CS512-CGG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of CGG Framework, NeurIPS 2020.

Meeting Notes Google Doc

Way to push code,

cd [your favorite directory]
git clone https://github-dev.cs.illinois.edu/yuhengc2/CGG
cd CGG

write some code...

git add . [to add all the file in the current directory]    or     git add [filename]
git commit -m "your commit message"
git push origin master

Please cite the following work if you find the code useful.

@inproceedings{
	Citation Here
}

Contact: Xinyu Pi, Zhaoheng Li, Yuheng Chang

Prerequisites

  • Python3
  • TensorFlow
  • Tookits like python-igraph, powerlaw, networkx etc.

Data

Our Datasets

Training

Code to run the training

About

CGG Paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published