Skip to content

Commit bcbce79

Browse files
committed
Small changes to README and run_configs.
1 parent 060ab96 commit bcbce79

File tree

2 files changed

+55
-50
lines changed

2 files changed

+55
-50
lines changed

research/gam/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ folder on a strict "as is" basis, without warranties or conditions of any kind.
3434
Also, these implementations may not be compatible with certain TensorFlow
3535
versions (such as 2.0 or above) or Python versions.
3636

37+
More details can be found in our [paper!](https://papers.nips.cc/paper/9076-graph-agreement-models-for-semi-supervised-learning.pdf),
38+
[supplementary material!](https://papers.nips.cc/paper/9076-graph-agreement-models-for-semi-supervised-learning-supplemental.zip),
39+
[slides!](https://drive.google.com/open?id=1tWEMoyrbLnzfSfTfYFi9eWgZWaPKF3Uu) or [poster!](https://drive.google.com/file/d/1BZNR4B-xM41hdLLqx4mLsQ4KKJOhjgqV/view).
40+
3741
## How to run
3842

3943
To run GAM on a graph-based dataset (e.g., Cora, Citeseer, Pubmed), from this
@@ -48,10 +52,11 @@ $ python3.7 -m gam.experiments.run_train_gam
4852
```
4953

5054
We recommend running on a GPU. With CUDA, this can be done by prepending
51-
`CUDA_VISIBLE_DEVICES=<your-gpu-number>` in front of the run script.
55+
`CUDA_VISIBLE_DEVICES=<your-gpu-number>` in front of the run command.
5256

5357
For running on different datasets and configuration, please check the command
54-
line flags in each of the run scripts.
58+
line flags in each of the run scripts. The configurations used in our
59+
paper can be found in the file `run_configs.txt`.
5560

5661

5762
## Visualizing the results.

0 commit comments

Comments
 (0)