Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 845 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 845 Bytes

Explicit Mixture of Local and Global models

This repository contains the code to run large-scale experiments presented in the paper "FLIX: A Simple and Communication-Efficient Alternative to Local Methods in Federated Learning". For small-scale experiments, look at this repository.

Building the Conda environment

./bin/create-conda-env.sh

Once the new environment has been created, you can activate the environment with the following command.

conda activate $ENV_PREFIX

Running experiments

Run one of the notebooks in the folder "notebooks" to run a needed experiment -- EMNIST_general.ipynb for the experiment with the EMNIST dataset, Shakespeare_general.ipynb for the experiment with the Shakespeare dataset.