Daniel J. Beutel
Daniel J. Beutel
Is there any progress on this? This issue breaks our build since we introduced a new dependency that itself has a sub-dependency on `pyarrow` (as described by @thundergolfer and @benjaminRomano).
Thanks for the question @vvv94 . What you're suggesting isn't possible yet, but it could be a nice improvement. Some background: Flower currently uses one process per client because it...
Thanks for providing more details @vvv94 . I agree that having a way to start clients in a more resourceful way could be a great feature, especially for research and...
Thanks for the question @hugolytics and thanks for the idea @sisco0! First off, I need to start with a disclaimer: I'm not familiar with XGBoost and I don't have the...
@tusharvatsa32 this should be resolved with the recent release of Flower 1.0, can you confirm?
Thanks for reaching out @ziyoujiyi ! Great question, we should at least add a quickstart code example (incl. documentation). Would you be willing to contribute? If we have someone who's...
Thanks for reaching out @jimazikerlan, what you're describing sounds like a bug. Could you provide a minimal code example that we can use to reproduce the issue you're describing? Clients...
@aayush9753 @makhanov-nu @dulicui @phleungae sorry for the issue you were experiencing, there was a transition period where the code examples did not fully match the version released at the time....
Hi @DeltaRule , your description of how `fraction_fit` should work is spot on. The log output you're seeing shouldn't be possible. Could you perhaps share your code - or even...
Your description is accurate - the current server implementation (and the provided strategies) assume synchronous FL in the sense that the learning process progresses in rounds. It can decide to...