-
**What happened**:
Following [this federated learning example](), I created a federated learning job.
Train worker failed firstly to connect avg worker, because the avg worker didn't run successf…
-
Sorry to bother you. I want to run your examples, but there was something wrong when I was executing the next command.
```shell
-- …
-
So I am trying out Federated Learning on structured data and following this [dataset of German credit data](https://www.kaggle.com/kabure/german-credit-data-with-risk). I have a simple tensorflow base…
-
Hi Developing team,
I am very interested in using flower to do some experiments.
Through the tensor flow example, I can use two clients successfully. I am wonder whether the system support more th…
-
Hello
I'm having this issue when fitting the system, any help is appreciated.
In the below code, I use both federated model and normal keras model to fit and evaluate the sequential NN. The error …
-
-
Hello,
I am trying to use the qffedavg strategy and getting "NameError: free variable 'loss' referenced before assignment in enclosing scope." I think the problem is that I did not specify an evaluat…
-
Hi,
I noticed that you should include "pip install scipy==1.1.0 " and pip install tensorflow_addons" into your library required document.
Thanks
-
If there is no demanding preference for tensorflow or pytorch, let's figure out which one is easiest to code in.
-
hello, when running the following on the latest version (with tff-nightly and tf-nightly)
```
python optimization/main/federated_trainer.py
--task=shakespeare
--clients_per_round=10
--client_data…