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 2782433 commit d12d278
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 @@ -17,7 +17,6 @@ This is an implementation for Federated Lanczos Graph (FedLG).
- [CoCrystal](#cocrystal-httpsgithubcomsaoge123ccgnettreemaindata)
- [Preprocess](#preprocess)
- [Usage](#usage)
- [Bayesian optimization](#bayesian-optimization)

## Setup

Expand Down Expand Up @@ -144,8 +143,3 @@ optional arguments:
--clip --clip value for local differently privacy
```

## Bayesian optimization
```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
```

0 comments on commit d12d278

Please sign in to comment.