From d12d278139155541af20b97db13ee2542433c567 Mon Sep 17 00:00:00 2001 From: Turningl <60030314+Turningl@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:43:42 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index d061e4f..c651dc7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 -```