Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 762 Bytes

Swarm_client_interface-wheels_package.md

File metadata and controls

9 lines (4 loc) · 762 Bytes

The Swarm Learning client interface is provided as a python wheels package. It consists of Swarm Callback API and SWCI API.

  • Swarm Callback API - Python3 APIs for the following ML platforms - PyTorch and Keras (based on TensorFlow 2 backend). Swarm Callback is a custom callback class that consists of a set of functions that can be applied at various stages of the ML training process. For more information on Swarm Callback API usage, see How to Swarm enable an ML algorithm.

  • SWCI API - A Python3 SWCI API to perform the SWCI operations programmatically. For more information, see SWCI APIs.