Dun Zeng
Dun Zeng
We didn't provide multiple GPUs in the standalone module. However, you can use the DP module of PyTorch in ``train`` function in [SGDSerialClientTrainer](https://github.com/SMILELab-FL/FedLab/blob/master/fedlab/contrib/algorithm/basic_client.py).
test_demo.py不是给用户用的脚本,如果需要quick start请看我们的文档或者readme
> python.exe E:\Remote\Slave1\FedLab\examples\standalone-mnist-board\standalone.py --total_client 100 --com_round 10 --sample_ratio 0.1 --batch_size 128 --epochs 3 --lr 0.1 --port 8040 > > Traceback (most recent call last): File "E:\Remote\Slave1\FedLab\examples\standalone-mnist-board\standalone.py", line 11, in from...
> 完整安装了,发现目前这个版本没有Col了,不过去官网查找了一下,发现出现了GridCol,我就改成这个可以运行了 不过发现里面还有dmc这个库变动比较多,还有好几个问题 > […](#) > ----------Reply to Message---------- On Sun, Jun 9, 2024 22:51 PM Dun ***@***.***> wrote: python.exe E:\Remote\Slave1\FedLab\examples\standalone-mnist-board\standalone.py --total_client 100 --com_round 10 --sample_ratio 0.1 --batch_size 128 --epochs...
依赖版本问题已修复,请查看[requirements.txt](https://github.com/SMILELab-FL/FedLab/blob/master/fedlab/board/requirements.txt)
请参考这里:https://github.com/SMILELab-FL/FedLab/tree/master/datasets
Sorry for the late reply. The example codes are adapted to the latest version of FedLab. Please try download the source code of the main branch and run it locally.
Sorry for the late reply. If you want to run an example like *-board, please read this https://github.com/SMILELab-FL/FedLab/tree/master/fedlab/board. And, there are some API mismatches as some examples are out of...
Hi, please see this issue: https://github.com/SMILELab-FL/FedLab/issues/352