Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 457 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 457 Bytes

##FLAGS-FL Multi Federated Learning solution in Python using Pytorch for learning operations Usage:

Visit the get_args.py file to go over the complete details of the arguments Sample execution: python Main_Fed.py -e 2 -r 50 -n 50 -c 8 -ser 3 -a 1 -d fashion -model shallow

The 'modes_list' variable lists the current FL algorithms being simulated. In order to add more, each algorithm needs to have its corresponding 'flag-set' to define the interaction.