awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Data-Parallel Training · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesData-Parallel Training

Frameworks that distribute model training workloads across multiple hardware units by synchronizing gradients and parameters.

Explore 2 awesome GitHub repositories matching networking & communication · Data-Parallel Training. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Distributed Systems and Peer-to-Peer
  4. Distributed Computing
  5. Distributed Training Frameworks
  6. Data-Parallel Training

Awesome Data-Parallel Training GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • d2l-ai/d2l-zh

    d2l-ai/d2l-zh

    75,708GitHubView on GitHub↗

    This project is an open-source, interactive educational platform designed to teach deep learning through a comprehensive, code-first curriculum. It provides a structured learning path that covers foundational mathematics, modern neural network architectures, and practical optimization techniques, enabling practitioners

    Pythonbookchinesecomputer-vision
  • karpathy/nanoGPT

    karpathy/nanoGPT

    53,461GitHubView on GitHub↗

    nanoGPT is a lightweight engine for training and fine-tuning transformer-based language models from scratch. It provides a minimalist codebase designed for educational exploration and rapid experimentation with neural network architectures, utilizing self-attention and feed-forward layers to process sequences and predi

    Python