【发布时间】:2020-02-18 16:15:12
【问题描述】:
我正在分析我在 Tensorflow 中与 FedAvg 联合实施的一种方法。我需要为与服务器通信的每个客户端的增量权重创建一个直方图。每个客户端分别在simulation/federated_avaraging.py 中调用,但问题是我无法在其中调用以下 API。 tf.summary.histogram()。任何帮助将不胜感激。
【问题讨论】:
标签: python tensorflow tensorflow-federated