Skip to content

Official implementation of the paper "FedLSF: Federated Local Graph Learning via Specformers"

License

Notifications You must be signed in to change notification settings

achiverram28/FedLSF-DCOSS

Repository files navigation

FedLSF - Federated Local Graph Learning via Specformers

Instructions

Run python main.py

Datasets

  • Cora => --dataset="cora"
  • Citeseer => --dataset="citeseer"
  • Amazon Photo => --dataset="photo"
  • Chameleon => --dataset="chameleon"
  • Squirrel => --dataset="squirrel"

Non-IID concentration α

--alpha=<value>

Dropouts

--tran_dropout=<value> , --feat_dropout=<value>, --prop_dropout=<value>

Normalisations

  • LayerNorm => --norm="layer"

Number of Clients

--n_trainer=<value>

About

Official implementation of the paper "FedLSF: Federated Local Graph Learning via Specformers"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages