Distributed Training Made Easy with PyTorch-Ignite

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ignite

    High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently. (by pytorch)

  • PyTorch-Ignite's ignite.distributed (idist) submodule introduced in version v0.4.0 (July 2020) quickly turns single-process code into its data distributed version.

  • NCCL

    Optimized primitives for collective multi-GPU communication

  • backends from native torch distributed configuration: nccl, gloo, mpi.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • gloo

    Collective communications library with various primitives for multi-machine training. (by facebookincubator)

  • backends from native torch distributed configuration: nccl, gloo, mpi.

  • xla

    Enabling PyTorch on XLA Devices (e.g. Google TPU)

  • XLA on TPUs via pytorch/xla.

  • idist-snippets

  • Code snippets, as well as commands for running all the scripts, are provided in a separate repository.

  • why-ignite

    Why should we use PyTorch-Ignite ?

  • More information on launchers experiments can be found here.

  • ompi

    Open MPI main development repository

  • backends from native torch distributed configuration: nccl, gloo, mpi.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts