Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 639 Bytes

File metadata and controls

33 lines (27 loc) · 639 Bytes

FLTestbed

Setup

git clone https://github.com/Mutahar789/FLTestbed.git
cd FLTestbed/
./setup.sh

Run Server:

./run_server.sh

Run Notebook:

./run_notebook.sh

CPU profiling:

./get_cpu_profile.sh <device_id> <device_name>

Memory profiling:

./get_mem_profile.sh <device_id> <device_name>

Install app:

Change IP address in MnistActivity.kt and client variable in LocalFEMNISTDataDataSource.kt
To install the application on a slow device, set the variable isSlowClient to true in LocalFEMNISTDataSource and false otherwise.
Open in android-studio and install.