ray-project / rayfed

A multiple parties joint, distributed execution engine based on Ray, to help build your own federated learning frameworks in minutes.
https://rayfed.readthedocs.io
Apache License 2.0
91 stars 20 forks source link

Fix race condition when cleaning up. #143

Closed jovany-wang closed 1 year ago

jovany-wang commented 1 year ago

In this PR, we refactor the cleanup file to solve the thread safe issue and repeated initializing issue.

Replace #142 and close #130