Federated-Learning-and-Split-Learning-with-raspberry-pi icon indicating copy to clipboard operation
Federated-Learning-and-Split-Learning-with-raspberry-pi copied to clipboard

The framework might not work when training take long time

Open JY132 opened this issue 1 year ago • 0 comments

I modify the codes to let the devices train yolov8 using the ultralytics packages, and the connection between Client and Server is over internet instead of just LAN.

The server will try to start receiving message from client while the client is still training. It will get NoneType object.

Any clue to solve this issue?

JY132 avatar Sep 04 '24 04:09 JY132