scaleoutsystems / fedn

FEDn: An enterprise-ready open source federated learning framework. This repository contains the Python framework, CLI and API.
https://docs.scaleoutsystems.com
Apache License 2.0
143 stars 34 forks source link

Fix/SK-1169 | Enable --combiner flag without api-url #734

Closed Wrede closed 2 weeks ago

Wrede commented 3 weeks ago

No need for api-url and if you already have the combiner adress.

Need to specify both --combiner (host) and --combiner-port

Additional:

changed --api_url/port to --api-url/port