From 2782433a93f7094287a4e8386ecdb866d85c46ae Mon Sep 17 00:00:00 2001 From: Turningl <60030314+Turningl@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:45:54 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 4eb9303..d061e4f 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,6 @@ This is an implementation for Federated Lanczos Graph (FedLG). - [Preprocess](#preprocess) - [Usage](#usage) - [Bayesian optimization](#bayesian-optimization) - - [Acknowledgements](#acknowledgements) - - ## Setup @@ -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.