Daniel J. Beutel

Results 70 comments of Daniel J. Beutel

Hi @jsw-zorro , this looks like the server is not running anymore - are there any additional details that you could share?

The best case would be a repo that we can use to reproduce. Is your code open source or could you provide a shortened version focussed on the issue at...

Thanks for the PR @g-pichler ! Would there be any downsides to generally setting `wait_for_ready=True` @g-pichler @orlandohohmeier @tanertopal and not exposing the flag to the user?

The current PR looks good to me though, I wouldn't mind exposing this to the user if it provides value.

> > I wouldn't mind exposing this to the user if it provides value. > > @danieljanes Not sure what you're alluding to? Exposing the `wait_for_ready` option? @orlandohohmeier [3761f5e](https://github.com/adap/flower/pull/1115/commits/3761f5e8a5d3086e9c11c0ab2c3b7c523e04a433) changed...

Hi @mansiparashar , thanks for reaching out! We don't have an image segmentation example yet. If you have a particular image segmentation pipeline/project in mind we can help you to...

Thanks for the report @Linardos , does this also happen with Flower 1.0?

Hi @tylershumaker , thanks for reaching out. The error you're seeing seems to be a TensorFlow error. Could it be related to the commented-out line `model.build(...)`? Maybe it's caused by...

Thanks for the question @ceylanmesut. How do you start your experiment? What you're describing is possible when using `start_server` and `start_client`, but (as of today) not when using `start_simulation` (would...

One idea: should we perhaps move the new section *after* the TL;DR to avoid intimidating new contributors? The TL;DR is there to give a brief overview, the planning section is...