Federated-Learning-and-Split-Learning-with-raspberry-pi
Federated-Learning-and-Split-Learning-with-raspberry-pi copied to clipboard
The framework might not work when training take long time
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?