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
87 stars 20 forks source link

refactor: use None as default value for job_name param in init. #191

Closed zhouaihui closed 6 months ago

zhouaihui commented 6 months ago

Use None as default value for job_name in fed.init just same as other params.