Skip to content
/ fedex Public

a simple federate-learning framework write by python

License

Notifications You must be signed in to change notification settings

Guncuke/fedex

Repository files navigation

fedex

a simple federate-learning framework write by python fedex

How to run?

streamlit run main.py

1. Client

Client-side native training code, just like normal deep learning model training

2. Server

The server is responsible for aggregating the received client model parameters, and the user can customize the desired aggregation strategy

3. Dataset

Define your own dataset in the dataset.py

4. Model

Define your own model in models.py

5. distribution

Currently the average and Dirichlet distributions are implemented

About

a simple federate-learning framework write by python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages