-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial model generation #3
Comments
Hi, If it does, could you try training the model again? The system is not very stable (please note this is a PoC) due to the use of images in Android but those NaN are not expected If nothing else works, could you send me the model to <my_Github_user_name> at gmail? |
I figured out that the server sometimes generate good models (cifar_federated of 4825 KB) that works fine on the mobile device and sometimes it doesn't (cifar_federated of 7KB) where it shows NaN values on the clients. Yet in both cases, the eval function on the server side doesn't work, i get the following error: |
Hello @mccorby and @SawsanAbdulRahman. Great work @mccorby to implement Federated Learning. I came across your article on proandroiddev. I am trying to work with this repository. However, I am unable to make it run. Can you suggest what configuration I should choose on IntelliJ? |
On the client side, when running the application, I can see that the initial model used is the one located in assets folder. If we create the initial model on the server (PhotoLabellerServer/model/src/main/kotlin/com/mccorby/photolabeller/ml/Main.kt), and then we use the generated model in the app, the model misbehaves; The prediction for the images as well as the scores at each iteration when training the new model show a NaN values.
So how the initial model in the assets folder has been generated ?
The text was updated successfully, but these errors were encountered: