awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesWorker-Specific Serialization

Mechanisms to restrict serialization operations to a single worker to avoid concurrent write corruption.

Distinct from Model Checkpointing: Focuses on the coordination of who writes the checkpoint, rather than the general process of saving weights.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Worker-Specific Serialization. Refine with filters or upvote what's useful.

Awesome Worker-Specific Serialization GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • horovod/horovodhorovod का अवतार

    horovod/horovod

    14,686GitHub पर देखें↗

    Horovod is a distributed deep learning framework and gradient synchronizer designed to scale model training across multiple GPUs and compute nodes. It functions as a distributed training orchestrator and an elastic training engine, utilizing an MPI collective communication library to synchronize weights and gradients across TensorFlow, PyTorch, Keras, and MXNet models. The system distinguishes itself through dynamic elastic scaling, which allows it to adjust the number of active workers at runtime and recover from node failures. It optimizes communication efficiency using tensor fusion batchi

    Prevents filesystem corruption by restricting model checkpoint saving to a single designated worker.

    Python
    GitHub पर देखें↗14,686
  1. Home
  2. Artificial Intelligence & ML
  3. Model Checkpointing
  4. Worker-Specific Serialization