We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello everyone!
I was trying to run this example but unfortunately could not get past step 3.3 https://doc.fedml.ai/cross-device/examples/cross_device_android_example.html
Here's what I did:
Downloaded the app and managed to run it on a simulated android device on Android Studio.
Was able to send the datasets to the android device.
Uploaded the server package:
Created a new run:
However, the run is always with the "STARTING" status:
This is what I see in the training status: and these are the logs
[FedML-Server @device-id-32935] [Wed, 11 Oct 2023 00:09:59 +0100] [INFO] [mlops_metrics.py:287:report_server_id_status] report_server_id_status. message_json = {"run_id": 13680, "edge_id": 32935, "status": "STARTING"} [FedML-Server @device-id-32935] [Wed, 11 Oct 2023 00:09:59 +0100] [INFO] [mlops_metrics.py:229:report_server_device_status_to_web_ui] report_server_device_status. msg = {'run_id': 13680, 'edge_id': 32935, 'status': 'STARTING', 'role': 'normal', 'version': 'v1.0'} [FedML-Server @device-id-32935] [Wed, 11 Oct 2023 00:09:59 +0100] [INFO] [mlops_metrics.py:229:report_server_device_status_to_web_ui] report_server_device_status. msg = {'run_id': 13680, 'edge_id': 32935, 'status': 'STARTING', 'role': 'normal', 'version': 'v1.0'} [FedML-Server @device-id-32935] [Wed, 11 Oct 2023 00:09:59 +0100] [INFO] [server_runner.py:486:run_impl] Detect all status of Edge ids: [32929]
I would be really thankful if anyone could help me with this issue. Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello everyone!
I was trying to run this example but unfortunately could not get past step 3.3
https://doc.fedml.ai/cross-device/examples/cross_device_android_example.html
Here's what I did:
Downloaded the app and managed to run it on a simulated android device on Android Studio.
Was able to send the datasets to the android device.
Uploaded the server package:
Created a new run:
However, the run is always with the "STARTING" status:
This is what I see in the training status:
and these are the logs
I would be really thankful if anyone could help me with this issue. Thank you!
The text was updated successfully, but these errors were encountered: