gnahtb / RealFL

Implement basic steps in a model-centric federated learning model
The Unlicense
0 stars 1 forks source link

Support the new Chest Xray dataset and Pi #27

Closed gnahtb closed 1 year ago

gnahtb commented 1 year ago

This PR should add 2 new features:

1) The implementation now has 2 datasets: Cifar 10 and Chest Xray (Pneumonia). 2) The implementation can work reliably on Pi devices.

gnahtb commented 1 year ago

@tem556 Regarding the Pis, previously, we were able to run the client implementation on a Pi 4 right?

tem556 commented 1 year ago

No, Pi 4 and Pi 3 both give an error "Cannot run the Client, “no jnind4jcpi in java.library.path”". Check slide 13 in powerpoint.

gnahtb commented 1 year ago

To run on Pi, copy the source code of the Client project and build the JAR file on Pi (or one can just run mvn exec).