Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Turningl authored Dec 12, 2024
1 parent 81bd9a1 commit 2782433
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ This is an implementation for Federated Lanczos Graph (FedLG).
- [Preprocess](#preprocess)
- [Usage](#usage)
- [Bayesian optimization](#bayesian-optimization)
- [Acknowledgements](#acknowledgements)



## Setup

Expand Down Expand Up @@ -152,6 +149,3 @@ optional arguments:
```shell script
CUDA_VISIBLE_DEVICES=${your_gpu_id} python main.py --save_dir 'results' --comm_optimization True --alg fedlg --model MPNN --split smi --global_round 100 --local_round 5 --root MoleculeNet --dataset tox21 -- split smi --seed 4567
```

## Acknowledgements
Our implementation is based on [PFA](https://github.com/Turningl/PFA_pytorch) and [GLAM](https://github.com/yvquanli/GLAM), thanks a lot for their open source support.

0 comments on commit 2782433

Please sign in to comment.