多台机器上的 Tensorflow 联合学习

发布于 2025-01-13 14:54:36 字数 277 浏览 2 评论 0原文

我正在尝试使用 Tensorflow Federated 来实现联邦学习。我无法在客户端计算机上现有的数据集上运行张量流模型。接下来的过程如下。

  1. 我有一台服务器计算机,用于托管用于联合学习的数据集。我已经在服务器中创建了模型和 TFF 学习平均过程。
  2. 远程执行器服务在客户端计算机(GCP VM)上运行。服务器广播工作正常,模型训练正在客户端计算机上执行。
  3. 但是模型训练的数据通过广播过程作为参数传递给客户端机器。有没有办法使用客户端计算机上托管的数据来训练模型?

I am trying to implement federated learning with Tensorflow Federated. I am not able to run the tensorflow model on the dataset existing on the client machine. The process followed is as below.

  1. I have one server machine which host the dataset to be used for federated learning. I have created the model and TFF learning average process in the server.
  2. The remote executor service is running on a client machine(GCP VM). The server broadcast is working fine and the model training is executing on the client machine.
  3. But the data for the model training is passed as a parameter to client machine with the broadcast process. Is there a way to train the model with the data hosted on the client machine?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文