Skip to content

Commit 5ad1abe

Browse files
Merge pull request #4 from shagunsodhani/base_gcn
Last commit for the base gcn model before starting with the autoencoder models
2 parents 5c2efb2 + d21e22a commit 5ad1abe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Tensorflow implementation of Graph Convolutional Network
33

44
## Setup
55

6-
* sudo pip3 install -r requirements.txt
6+
* `sudo pip3 install -r requirements.txt`
77

88
## Run
99

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

0 commit comments

Comments
 (0)