Yan Gao
Yan Gao
Oh I forgot to mention that I ran it on macbook with `cmake .. -GNinja -DPLUGIN_FEDERATED=ON`
Yes, I didn't pass the cuda and nccl arguments
hi, it seems the issue comes from the data partitioning process. could you share the related code when using Flower Datasets?
Hi, this can be done by overriding the `configure_fit` function of the strategy. E.g., ``` def configure_fit( self, server_round: int, parameters: Parameters, client_manager: ClientManager ) -> List[Tuple[ClientProxy, FitIns]]: """Configure the...
Hi @christofilojohn, thanks for creating this PR! The example looks very promising. I have a few general comments to help get it merged into the Flower main branch: - Could...
Hi Ioannis @christofilojohn, maybe the `README.md` has been ignored. Can you try `git add -f README.md` before `git commit`?
> I will have the updated file structure and messaging API uploaded soon, but I have a question. In the advanced pytorch example I don't see any licensing headers on...
> Thank you for your comment, I changed it and it will be there on my next commit (doing some tests). I would like to ask if it’s ok to...
Hi @Raunak-Singh-Inventor, split learning would make a very promising Flower example. I’m wondering if you’d be able to open a PR for it? Let us know if you have any...