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
92 stars 21 forks source link

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

Closed zhouaihui closed 10 months ago

zhouaihui commented 10 months ago

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