├── .gitignore ├── Client.py ├── FL_env.yaml ├── LICENSE ├── Model.py ├── README.md ├── Server.py ├── draw_pic_time_smooth.py ├── startup.sh └── stop.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BESTTOOLBOX/Lightweight-federal-learning-framework/HEAD/.gitignore -------------------------------------------------------------------------------- /Client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BESTTOOLBOX/Lightweight-federal-learning-framework/HEAD/Client.py -------------------------------------------------------------------------------- /FL_env.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BESTTOOLBOX/Lightweight-federal-learning-framework/HEAD/FL_env.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BESTTOOLBOX/Lightweight-federal-learning-framework/HEAD/LICENSE -------------------------------------------------------------------------------- /Model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BESTTOOLBOX/Lightweight-federal-learning-framework/HEAD/Model.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BESTTOOLBOX/Lightweight-federal-learning-framework/HEAD/README.md -------------------------------------------------------------------------------- /Server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BESTTOOLBOX/Lightweight-federal-learning-framework/HEAD/Server.py -------------------------------------------------------------------------------- /draw_pic_time_smooth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BESTTOOLBOX/Lightweight-federal-learning-framework/HEAD/draw_pic_time_smooth.py -------------------------------------------------------------------------------- /startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BESTTOOLBOX/Lightweight-federal-learning-framework/HEAD/startup.sh -------------------------------------------------------------------------------- /stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BESTTOOLBOX/Lightweight-federal-learning-framework/HEAD/stop.sh --------------------------------------------------------------------------------