Local simulation instructions before deploying to the real world and questions thereof` #1004
Replies: 1 comment
-
Hi @AkshayBhardwajMN, thanks for your interest in OpenFL! 1-4: The described workflow is possible through the use of OpenFL-aggregator(server) can be hosted in one docker container and collaborators(clients) can be hosted in different containers. The simulation happens through GRPC by establishing a secure connection using mTLS after PKI exchange. The contents that are transferred are actually numpy tensors ( TensorKeys holding tensor name, origin, fl_round, report, tags, numpy array). Let us know if you'd like more information/help in setting up the system. |
Beta Was this translation helpful? Give feedback.
-
Hi all
We need to deploy a federated learning server (microservice) to collaborate with other institutions. However, our own compute environment is airtight (no access to the internet) due to regulatory requirements. Therefore, we need to develop a prototype solution outside of this environment, however, the prototype has to be more thorough than a simple simulation as listed on the OpenFL site.
Please let me know if the following workflow is possible:
We're trying to decide between NFLARE & OpenFL, and would like a lean low overhead solution that meets our security architecture.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions