Skip to content
GitLab
菜单
项目
群组
代码片段
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
菜单
打开侧边栏
KMSCAKKSCFKA AKFACAMADCAS
tensorflow-federated
提交
0d736a45
提交
0d736a45
编辑于
12月 02, 2021
作者:
Zachary Charles
提交者:
tensorflow-copybara
12月 02, 2021
浏览文件
Add FedProx to the OSS API.
PiperOrigin-RevId: 413722250
上级
ebbefcff
变更
2
Hide whitespace changes
Inline
Side-by-side
tensorflow_federated/python/learning/algorithms/BUILD
浏览文件 @
0d736a45
...
...
@@ -18,7 +18,10 @@ py_library(
srcs
=
[
"__init__.py"
],
srcs_version
=
"PY3"
,
visibility
=
[
"//tensorflow_federated/python/learning:__pkg__"
],
deps
=
[
":client_scheduled_federated_averaging"
],
deps
=
[
":client_scheduled_federated_averaging"
,
":fed_prox"
,
],
)
py_library
(
...
...
tensorflow_federated/python/learning/algorithms/__init__.py
浏览文件 @
0d736a45
...
...
@@ -14,3 +14,4 @@
"""Libraries providing implementations of federated learning algorithms."""
from
tensorflow_federated.python.learning.algorithms.client_scheduled_federated_averaging
import
build_client_scheduled_federated_averaging_process
from
tensorflow_federated.python.learning.algorithms.fed_prox
import
build_example_weighted_fed_prox_process
编辑
预览
Supports
Markdown
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录