Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewZhou924 authored Jun 12, 2023
1 parent 70616dd commit b624aa6
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions MC-GPB/README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
## Reproduction Scripts (Table 4 in our paper)
- Cora
# Reproduction

## Cora
```bash
python main.py --dataset=cora --aug_pe=0.18 --layer_MI 1.3 1.3 1.7 --layer_inter_MI 1.4 1.5 --device=cuda:0
```

- Citeseer
<!-- need comment out line 452 in [gcn.py](GraphMIA_Defense/models/gcn.py) if you choose GCN as backbone. -->
## Citeseer
```bash
python main.py --dataset=citeseer --aug_pe=0.702 --layer_MI 0.09 0.006 0.01 --layer_inter_MI 5e-10 1e-10 --device=cuda:0
```

- Polblogs
## Polblogs
```bash
python main.py --dataset=polblogs --aug_pe=0.3 --layer_MI 3 2 2 --layer_inter_MI 1 1 --device=cuda:0
```

- Brazil
## Brazil
```bash
python main.py --dataset=brazil --aug_pe=0.5 --layer_MI 1.9 2.5 1 --layer_inter_MI 1.2 1.2 --device=cuda:0
```

- USA
## USA
```bash
python main.py --dataset=usair --MI_type=DP --aug_pe=0.89 --layer_MI 6.6 1.0 0.5 --layer_inter_MI 1.3 3.8 --device=cuda:0
```

- AIDS
## AIDS
```bash
python main.py --dataset=AIDS --aug_pe=0.07 --layer_MI 2.4 3.9 1.3 --layer_inter_MI 1.3 1.3 --device=cuda:0
```

<!-- ## Baseline
TODO -->

0 comments on commit b624aa6

Please sign in to comment.