Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
tensorflow
GitHub Repository: tensorflow/docs-l10n
Path: blob/master/site/zh-cn/federated/learning/federated_program_guide.md
25118 views

学习联合程序开发者指南

本文档适用于任何对在 tff.learning 中编写联合程序逻辑感兴趣的人。它假设读者已经了解 tff.learning联合程序开发者指南的知识。

[目录]

程序逻辑

本部分定义了在 tff.learning 中编写程序逻辑的准则。

学习组件

在程序逻辑中务必使用学习组件(例如,tff.learning.templates.LearningProcesstff.learning.programs.EvaluationManager)。

程序

通常情况下,程序不是在 tff.learning 中编写的。