-
**Describe the bug**
In [fedlab/contrib/algorithm/fedprox.py](https://github.com/SMILELab-FL/FedLab/blob/6edcfb3ee81efb1ab4aee973f731451c53a490eb/fedlab/contrib/algorithm/fedprox.py)
Line 59, 60. T…
-
FedLab/fedlab/utils/serialization.py 文件中 serialize_model 函数如下:
```python
@staticmethod
def serialize_model(model: torch.nn.Module) -> torch.Tensor:
parameters = [param.data.view(-1) …
-
I got this error when executing `FedLab-benchmarks/fedlab_benchmarks/fedasync/standalone/standalone.py` with fedlab==1.1.2.
```
Traceback (most recent call last):
File "standalone.py", line 300, …
-
微博内容精选
-
报错显示找不到需要的 .pkl 文件。 会不会是在之前的整合目录时没有修改这里。 (我已经在 `fedlab_benchmarks/datasets/` 的 `/femnist` 和 `/shakespeare` 目录中运行过你们的 README 文档中的 preprocess.sh 示例)
-
**Describe the bug**
Using fedlab.utils.dataset.partition.CIFAR10Partitioner tool for cifar10 dataset partitioning.
Other options looks OK, but when trying the "unbalance_dirichlet", i.e. adopting t…
-
**Describe the bug**
CIFAR10Partitioner gets stuck when partitioning non-iid data with dir_alpha si small(for eg 0.1 or 0.3)
**Environment**
Environment you use when bug appears:
1. Python vers…
-
**Describe the bug**
if I use cpu to train a model, then the error will be traggered:
`AttributeError: 'FedAvgTrainer' object has no attribute 'gpu'`
I have fixed it by :
add this code to li…
-
你好,我在 FedLab/examples/standalone-mnist/ 目录下,运行 `bash launch_eg.sh` 会报如下错误:
```
Traceback (most recent call last):
File "standalone.py", line 15, in
from fedlab.core.client.serial_trainer im…
-
在执行跨进程的异步FL任务时会陷入等待。
```
hm@hm-IdeaCentre-GeekPro-15ICK:~/test/fedasync$ bash quick_start.sh
torch.distributed connection is initializing with ip address 127.0.0.1:3002, rank 0, world size: 3, bac…