We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c2efb2 + d21e22a commit 5ad1abeCopy full SHA for 5ad1abe
README.md
@@ -3,8 +3,9 @@ Tensorflow implementation of Graph Convolutional Network
3
4
## Setup
5
6
-* sudo pip3 install -r requirements.txt
+* `sudo pip3 install -r requirements.txt`
7
8
## Run
9
10
-* `python3 main.py`
+* `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