-
### Describe the bug
```
grpc._channel._MultiThreadedRendezvous:
```
I've got my grpc server settings as:
```
("grpc.http2.max_pings_without_data", 0),
# Is it permissible to…
-
Has anyone reported the following error while running "multi_task_fed. py"?
File "E:\P_MetaSGD-main\multi_task_fed.py", line 150, in
server_fedAvg(global_model, client_models)
File "E:\P…
-
### Paper
FedBABU: Towards Enhanced Representation for Federated Image Classification
### Link
https://arxiv.org/abs/2106.06042
### Maybe give motivations about why the paper should be implemented…
-
The code given in the repo seems to work well on the Central split of Retina. But when trained on Split 2, the results seem to be eerily strange. The model is predicting only 1s in the FT validation s…
-
Hello, thank you for sharing your code. I am a beginner in backdoor learning. How to use and analyze the results generated through base.py,The code generated a file similar to 'ff_fedavg_cifar_simplle…
-
Traceback (most recent call last):
File "fedavg_jetson_nano_client.py", line 177, in
model_trainer.set_id(client_index)
NameError: name 'client_index' is not defined
Using the: fedavg_jet…
-
Projects that use one of the built-in strategies on the server-side without customizing them with callback methods still require the user to write a fairly simplistic `server.py` to start the server. …
-
Hi, I tried to reproduce the experiment results in the paper. I am using the following commands:
python cv_train.py --dataset_name CIFAR10 --model ResNet9 --mode fedavg --num_clients 200 --num_work…
-
### Describe what the documentation is missing.
On this part https://github.com/adap/flower/tree/main/baselines/flwr_baselines/flwr_baselines/publications/fedavg_mnist there is a README suggesting …
-
## タイトル: 連合学習を用いた脳腫瘍セグメンテーション:大規模ベンチマーク評価
## リンク: https://arxiv.org/abs/2410.17265
## 概要:
最近、プライバシー保護の観点から、複数の医療機関のデータを統合できるという利点を持つ連合学習が、医用画像解析の分野で関心を集めています。これまでに、グローバル(単一の最終モデル)、パーソナライズド(医療機関ごとに…