wangxt

Results 4 comments of wangxt

我的甚至连50%都不到,但是用yolov5s却能80%,很迷惑

> My problem is in FedIot I haven't solved this problem yet

> I also met this problem, did you fix it? Have you solved this problem?

> > > 我也遇到了这个问题,你解决了吗? > > > > > > 你解决了这个问题吗? > > 使用其他通信协议。目前,默认情况下他们使用 MQTT,但是这个协议实现有一些错误。 我花了很多时间来弄清楚如何解决这个错误。我什至向这个问题作者发送了官方电子邮件,但得到的支持为零。 所以,如果对通信协议没有特别的限制,那么我建议你使用 gRPC 协议。 > > 检查此链接以了解如何设置 gRPC 协议。 > > https://github.com/FedML-AI/FedML/blob/test/v0.7.0/python/examples/cross_silo/grpc_fedavg_mnist_lr_example/custom_data_and_model/config/fedml_config.yaml Wow, thank you...