NVIDIA FLARE Logo
2.4

Introduction

  • What is Federated Learning?
  • NVIDIA FLARE Overview
  • What’s New
  • Getting Started

Guides

  • Example Applications
  • Real-World Federated Learning
  • User Guide
  • Programming Guide
  • Programming Best Practices

Miscellaneous

  • Frequently Asked Questions
  • Publications and Talks
  • Contributing
  • API
    • nvflare package
      • Subpackages
        • nvflare.apis package
        • nvflare.app_common package
        • nvflare.app_opt package
        • nvflare.client package
        • nvflare.dashboard package
        • nvflare.fuel package
        • nvflare.fuel_opt package
        • nvflare.ha package
        • nvflare.lighter package
        • nvflare.private package
          • Subpackages
            • nvflare.private.fed package
              • Subpackages
                • nvflare.private.fed.app package
                • nvflare.private.fed.client package
                • nvflare.private.fed.server package
                • nvflare.private.fed.simulator package
                • nvflare.private.fed.utils package
              • Submodules
              • Module contents
          • Submodules
          • Module contents
        • nvflare.security package
        • nvflare.tool package
        • nvflare.utils package
        • nvflare.widgets package
      • Submodules
      • Module contents
  • Glossary
NVIDIA FLARE
  • nvflare
  • nvflare package
  • nvflare.private package
  • nvflare.private.fed package
  • nvflare.private.fed.app package
  • nvflare.private.fed.app.client package
  • Edit on GitHub

nvflare.private.fed.app.client package¶

Submodules¶

  • nvflare.private.fed.app.client.client_train module
    • create_admin_agent()
    • main()
    • parse_arguments()
  • nvflare.private.fed.app.client.sub_worker_process module
    • EventRelayer
      • EventRelayer.handle_event()
      • EventRelayer.relay_event()
    • SubWorkerExecutor
      • SubWorkerExecutor.execute_command()
      • SubWorkerExecutor.run()
      • SubWorkerExecutor.stop()
    • main()
    • parse_arguments()
  • nvflare.private.fed.app.client.worker_process module
    • main()
    • parse_arguments()
    • remove_restart_file()

Module contents¶

FL client application package.

Previous Next

© Copyright 2024, NVIDIA. Revision 35ca8090.

Built with Sphinx using a theme provided by Read the Docs.