shashigharti / federated-learning-on-raspberry-pi

This project implements the OpenMined tutorials and simulates the distributed model training process using 2 RPIs(Raspberry Pi).
106 stars 55 forks source link

Trained the model and added detailed comments #39

Closed mikaelasanchez closed 5 years ago

mikaelasanchez commented 5 years ago

Let me know if there is anything else I can do. Will write an article about how it means to train a model tomorrow :)

By the way, LanguageDatasets class had to be fixed in order for training to start. The return at the end was indented incorrectly but it should now be fixed! It is ready for prediction :)