forked from NVIDIA/NVFlare
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address VDR issues regarding Client API and 3rd party integration doc…
…s and docstrings
- Loading branch information
1 parent
356b9cc
commit 7482146
Showing
24 changed files
with
995 additions
and
659 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
######## | ||
Concepts | ||
######## | ||
|
||
The Concepts section helps you learn about the parts of the NVFlare system and | ||
the abstractions NVFlare uses, and helps you obtain a deeper understanding of how NVFlare works. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
concepts/fl_model |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. _fl_model: | ||
|
||
FLModel | ||
======= | ||
|
||
We define a standard data structure :mod:`FLModel<nvflare.app_common.abstract.FLModel>` | ||
that captures the common attributes needed for exchanging learning results. | ||
|
||
This is particularly useful when NVFlare system needs to exchange learning | ||
information with external training scripts/systems. | ||
|
||
The external training script/system only need to extract the required | ||
information from received FLModel, run local training, and put the results | ||
in a new FLModel to be sent back. | ||
|
||
For a detailed explanation of each attributes, please refer to the API doc: | ||
:mod:`FLModel<nvflare.app_common.abstract.FLModel>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.