Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 759 Bytes

hello_world_examples.rst

File metadata and controls

15 lines (13 loc) · 759 Bytes

Hello World Examples

Hello World examples can be run from the :github_nvflare_link:`hello_world notebook <examples/hello-world/hello_world.ipynb>`.

.. toctree::

   Deep Learning to Federated Learning (GitHub) <https://github.com/NVIDIA/NVFlare/blob/main/examples/hello-world/ml-to-fl>
   Step-by-Step Examples (GitHub) <https://github.com/NVIDIA/NVFlare/blob/main/examples/hello-world/step-by-step>
   hello_scatter_and_gather
   hello_cross_val
   Hello Cyclic Weight Transfer (GitHub) <https://github.com/NVIDIA/NVFlare/blob/main/examples/hello-world/hello-cyclic>
   hello_pt
   hello_tf2
   Hello Client Controlled Workflow (GitHub) <https://github.com/NVIDIA/NVFlare/blob/main/examples/hello-world/hello-ccwf>