Skip to content

Commit

Permalink
Merge pull request #4 from shagunsodhani/base_gcn
Browse files Browse the repository at this point in the history
Last commit for the base gcn model before starting with the autoencoder models
  • Loading branch information
shagunsodhani committed Nov 22, 2017
2 parents 5c2efb2 + d21e22a commit 5ad1abe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Tensorflow implementation of Graph Convolutional Network

## Setup

* sudo pip3 install -r requirements.txt
* `sudo pip3 install -r requirements.txt`

## Run

* `python3 main.py`
* `python3 main.py -h` to view all the config parameters. Update the default parameters in the `main.py` file.
* `python3 main.py` to run the models.

0 comments on commit 5ad1abe

Please sign in to comment.