awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesTraining Engine State Persistence

Persistence of the internal state of a deep learning training engine.

Distinct from Execution State Persistence: Focuses on the state of the training engine controller and metadata rather than general script variable states.

Explore 3 awesome GitHub repositories matching development tools & productivity · Training Engine State Persistence. Refine with filters or upvote what's useful.

Awesome Training Engine State Persistence GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pytorch/igniteالصورة الرمزية لـ pytorch

    pytorch/ignite

    4,770عرض على GitHub↗

    Ignite is a high-level training framework for PyTorch neural networks that serves as a training engine and deep learning lifecycle manager. It provides a structured system for organizing and automating training and evaluation loops, managing data iterators and triggering event handlers at specific milestones during the model training process. The project distinguishes itself through a comprehensive suite of tools for distributed training and model evaluation. It includes utilities for synchronizing gradients and coordinating collective communication across multiple GPUs or nodes, as well as a

    Stores and retrieves internal execution data and metadata to maintain continuity across training sessions.

    Python
    عرض على GitHub↗4,770
  • morvanzhou/tensorflow-tutorialالصورة الرمزية لـ MorvanZhou

    MorvanZhou/Tensorflow-Tutorial

    4,334عرض على GitHub↗

    This project is a collection of educational resources and reference implementations for neural network development using TensorFlow. It serves as a comprehensive learning course, machine learning curriculum, and practical implementation guide for building deep learning architectures. The codebase provides instructional materials and examples covering a wide range of model types, including convolutional neural networks for image classification, recurrent networks and long short-term memory cells for sequential data, and autoencoders for generative modeling. It also includes implementations for

    Provides mechanisms to save and restore the internal state of the training engine to disk.

    Pythonautoencoderclassificationcnn
    عرض على GitHub↗4,334
  • derrian-distro/lora_easy_training_scriptsالصورة الرمزية لـ derrian-distro

    derrian-distro/LoRA_Easy_Training_Scripts

    1,306عرض على GitHub↗

    LoRA Easy Training Scripts is a desktop-based graphical interface designed to manage the end-to-end workflow of training custom machine learning models. The application serves as a centralized dashboard for preparing datasets, configuring neural network parameters, and orchestrating the execution of complex training jobs. The tool distinguishes itself by providing a visual environment that abstracts the command-line requirements of model fine-tuning. It enables users to manage training queues, allowing for the automated sequencing of multiple tasks to maximize hardware utilization. By maintai

    Maintains persistent internal state to map user-defined interface inputs directly to training engine arguments.

    Python
    عرض على GitHub↗1,306
  1. Home
  2. Development Tools & Productivity
  3. Database Session Management
  4. Session State Persistence
  5. Execution State Persistence
  6. Training Engine State Persistence

استكشف الوسوم الفرعية

  • Interface State MappersMaps graphical user interface inputs to command-line arguments for external training engines. **Distinct from Training Engine State Persistence:** Distinct from Training Engine State Persistence: focuses on the mapping of UI inputs to CLI arguments rather than the internal state of the training engine itself.