KatherLab / MediSwarm

MediSwarm is an open-source project for advancing medical deep learning using swarm intelligence and NVFlare. Developed by the Odelia consortium, it ensures data privacy through federated learning, enabling collaborative, decentralized model training across institutions for improved medical research and applications.
https://odelia.ai/
MIT License
4 stars 0 forks source link

Controller: use single logging #8

Open oleschwen opened 2 weeks ago

oleschwen commented 2 weeks ago

SwarmServerController, SwarmClientController, and Gatherer currently inconsistently log to a logger defined in the module and/or to an inherited logger of the class. This should be unified.

AC