Skip to content

Latest commit

 

History

History
33 lines (14 loc) · 684 Bytes

Readme.md

File metadata and controls

33 lines (14 loc) · 684 Bytes

Code for the paper :

"GCOMB: Learning Budget-constrained Combinatorial Algorithms over Billion-sized Graphs"

Authors : Sahil Manchanda, Akash Mittal, Anuj Dhawan, Sourav Medya, Sayan Ranu, and Ambuj Singh

To appear in: NeurIPS, 2020.

Link : https://arxiv.org/abs/1903.03332

Instructions:

Each folder contains a Readme file which has the steps to run training and evaluation.

Default python version is 2.7.12.

For every other place where python 3.5.2 is used, python3 is mentioned.

Run below command to install python packages

For python2:

pip install -r requirements_python2.7.txt

For python3:

pip3 install -r requirements_python3.txt