awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

31 个仓库

Awesome GitHub RepositoriesPretrained Weight Initializers

Utilities for loading existing model weights to accelerate convergence during training.

Distinct from Weight Initialization: Distinct from Weight Initialization: focuses on loading external pretrained weights rather than random initialization strategies.

Explore 31 awesome GitHub repositories matching artificial intelligence & ml · Pretrained Weight Initializers. Refine with filters or upvote what's useful.

Awesome Pretrained Weight Initializers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • xai-org/grok-1xai-org 的头像

    xai-org/grok-1

    51,690在 GitHub 上查看↗

    Grok-1 is an open-weights large language model implementation featuring a sparse mixture-of-experts architecture. It is designed for high-performance text generation and natural language processing by activating only a subset of specialized expert layers per token. The model utilizes 8-bit weight quantization to reduce memory overhead and accelerate loading. To manage its high parameter count, the implementation supports activation sharding, which distributes the memory load across multiple hardware devices during execution. The project covers large-scale model inference, including text comp

    Initializes the model state by importing pre-trained weight tensors from external checkpoint files.

    Python
    在 GitHub 上查看↗51,690
  • tencentarc/gfpganTencentARC 的头像

    TencentARC/GFPGAN

    37,469在 GitHub 上查看↗

    GFPGAN is a generative face restoration model and Python-based image processing tool designed to restore low-resolution facial images. It utilizes generative adversarial networks to recover fine details and increase the clarity of degraded portraits. The system employs a generative facial prior to map degraded images to a high-quality manifold, enabling blind-face restoration without requiring knowledge of the specific degradation process. It utilizes a multi-stage workflow that includes face detection, alignment, and region-specific masking to separate facial areas from the background. Beyo

    Provides utilities for loading pre-trained weights from large-scale datasets to initialize the restoration network.

    Pythondeep-learningface-restorationgan
    在 GitHub 上查看↗37,469
  • exacity/deeplearningbook-chineseexacity 的头像

    exacity/deeplearningbook-chinese

    37,285在 GitHub 上查看↗

    This project is a comprehensive Chinese translation of a technical deep learning textbook, providing an educational resource on the theory and implementation of neural networks. It functions as a collaborative technical translation project designed to make complex academic AI literature accessible to non-English speakers. The project utilizes a community-driven translation model that integrates external suggestions and pull requests to refine linguistic accuracy and reduce bias. It employs standardized terminology mapping to ensure a uniform vocabulary throughout the translated content. To i

    Explains extracting weights from generative models to initialize networks for discriminative fine-tuning.

    TeX
    在 GitHub 上查看↗37,285
  • rwightman/pytorch-image-modelsrwightman 的头像

    rwightman/pytorch-image-models

    36,893在 GitHub 上查看↗

    This project is a library of pretrained computer vision architectures and backbones for image classification and feature extraction. It serves as a comprehensive model zoo and collection of standardized image encoders, including ResNet, Vision Transformers, and EfficientNet, for use in visual analysis and as backbones for object detection and image segmentation. The library provides a framework for distributed training and evaluation of image models using advanced data augmentation and optimization scripts. It includes a dedicated toolset for converting trained PyTorch vision models into the

    Provides utilities for loading pretrained weights to accelerate convergence and avoid training from scratch.

    Python
    在 GitHub 上查看↗36,893
  • matterport/mask_rcnnmatterport 的头像

    matterport/Mask_RCNN

    25,564在 GitHub 上查看↗

    This project is a TensorFlow and Keras implementation of the Mask R-CNN architecture. It provides a framework for performing simultaneous object detection and instance segmentation, transforming raw images into segmented masks and bounding boxes for individual object identification. The toolset enables custom computer vision training through fine-tuning pre-trained weights and integrating user-provided datasets. It includes capabilities for distributed GPU training to accelerate the optimization of large vision models. The framework covers model evaluation using standard precision metrics an

    Provides utilities to initialize training using pre-trained weights from large datasets to accelerate convergence.

    Pythoninstance-segmentationkerasmask-rcnn
    在 GitHub 上查看↗25,564
  • tensorflow/magentatensorflow 的头像

    tensorflow/magenta

    19,797在 GitHub 上查看↗

    Magenta is an AI creative suite and TensorFlow generative art framework used to train and deploy models for the production of artistic media. It functions as a generative music library and a deep learning art generator, providing tools to automate the creation of original musical compositions and visual artwork. The project covers AI music composition and generative visual art through neural art generation and machine learning creativity. It enables the training of generative models to produce original songs, images, and drawings based on learned patterns.

    Provides utilities for loading existing model weights to accelerate the creation of new artistic styles.

    Python
    在 GitHub 上查看↗19,797
  • paddlepaddle/paddledetectionPaddlePaddle 的头像

    PaddlePaddle/PaddleDetection

    14,243在 GitHub 上查看↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    Supports loading pretrained weights to accelerate model convergence.

    Pythonblazefacedeepsortdetr
    在 GitHub 上查看↗14,243
  • rudrabha/wav2lipRudrabha 的头像

    Rudrabha/Wav2Lip

    13,045在 GitHub 上查看↗

    Wav2Lip is a deep learning lip sync model and neural talking head framework designed to synchronize the lip movements in a video to match a provided audio file. It functions as a computer vision lip synchronizer and speech-to-lip generator that maps speech patterns to visual mouth movements to produce realistic talking head videos. The system utilizes a framework for training and evaluating models that align audio and video frames. This includes the ability to train lip-sync models and visual discriminators using speech-to-lip datasets and evaluating the resulting synchronization accuracy thr

    Supports loading pre-trained model weights to accelerate convergence and improve lip-sync accuracy.

    Python
    在 GitHub 上查看↗13,045
  • qubvel-org/segmentation_models.pytorchqubvel-org 的头像

    qubvel-org/segmentation_models.pytorch

    11,622在 GitHub 上查看↗

    This is a PyTorch semantic segmentation library designed for building image masking frameworks. It provides a collection of over 500 pretrained convolutional and transformer-based encoders and various decoder architectures to perform binary and multiclass pixel-level classification. The library features a modular backbone integration that decouples encoder choice from decoder logic. It supports custom input channel configurations and encoder depth tuning, allowing the modification of input layers to accept non-standard channel counts while preserving pretrained weights. Some configurations al

    Allows modifying the first layer of pretrained encoders to accept custom input channel counts while preserving weights.

    Pythoncomputer-visiondeeplab-v3-plusdeeplabv3
    在 GitHub 上查看↗11,622
  • cadene/pretrained-models.pytorchCadene 的头像

    Cadene/pretrained-models.pytorch

    9,102在 GitHub 上查看↗

    This project is a pretrained model library for PyTorch, providing a collection of convolutional neural network architectures and weights. It serves as a computer vision model zoo for image classification and feature extraction, offering a framework for transfer learning where pretrained networks are adapted for custom image recognition tasks. The library focuses on transforming images into high-level numerical representations and calculating class probability scores. It includes utilities for downloading and initializing standard architectures such as ResNet, Inception, and Xception. Capabil

    Loads pre-optimized network weights from external files to enable immediate inference or transfer learning.

    Pythonimagenetinceptionpretrained
    在 GitHub 上查看↗9,102
  • jzhang38/tinyllamajzhang38 的头像

    jzhang38/TinyLlama

    8,994在 GitHub 上查看↗

    TinyLlama is a compact 1.1B parameter language model pretrained on a dataset of 3 trillion tokens. It is an edge AI model designed for high-performance text generation on memory-constrained devices. The project provides a distributed pretraining framework for training small language models across multiple GPUs and nodes. It also includes a finetuning toolkit for full-parameter weight adjustments to adapt the base model for chat and specific tasks. The system supports distributed large language model training and on-device text generation. Its architectural components include rotary positiona

    Employs specific weight initialization distributions to ensure stable convergence during large-scale pretraining.

    Python
    在 GitHub 上查看↗8,994
  • rbgirshick/py-faster-rcnnrbgirshick 的头像

    rbgirshick/py-faster-rcnn

    8,287在 GitHub 上查看↗

    This project is a Python implementation of the Faster R-CNN object detection framework. It serves as a convolutional neural network library and tool for locating and classifying multiple objects within images. The framework provides a pre-trained model implementation that allows for object detection inference without manual training. It supports the full lifecycle of object detection, including training detectors on visual datasets to identify and bound specific object classes. The system covers capabilities for computer vision model evaluation, neural network optimization to reduce model si

    Provides utilities for loading pre-trained weights to accelerate the convergence of the training process.

    Python
    在 GitHub 上查看↗8,287
  • tingsongyu/pytorch_tutorialTingsongYu 的头像

    TingsongYu/PyTorch_Tutorial

    8,018在 GitHub 上查看↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Initializes model architectures using weights from pre-trained configuration files.

    Python
    在 GitHub 上查看↗8,018
  • fchollet/deep-learning-modelsfchollet 的头像

    fchollet/deep-learning-models

    7,349在 GitHub 上查看↗

    This project is a collection of deep learning tools for image classification and audio tagging, providing a repository of pre-trained model weights and architectures. It serves as a Keras model zoo that enables the immediate use of established neural networks for inference and transfer learning. The library includes a music tagging framework that classifies audio recordings using convolutional recurrent neural networks and mel-spectrograms. For visual data, it provides implementations of architectures such as ResNet, VGG, and Xception, alongside a repository of weights trained on large datase

    Allows initializing models with pre-trained ImageNet weights to improve convergence during transfer learning.

    Python
    在 GitHub 上查看↗7,349
  • open-mmlab/mmdetection3dopen-mmlab 的头像

    open-mmlab/mmdetection3d

    6,273在 GitHub 上查看↗

    MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate

    Transforms model weights from external frameworks like Detectron and RegNet into the project's format.

    Python3d-object-detectionobject-detectionpoint-cloud
    在 GitHub 上查看↗6,273
  • zihangdai/xlnetzihangdai 的头像

    zihangdai/xlnet

    6,182在 GitHub 上查看↗

    该项目是一个自然语言处理框架,专注于为无监督语言表示设计的通用自回归预训练器。它实现了一个结合了基于排列的训练与 Transformer-XL 主干的语言模型,以充当长上下文文本处理器。 该系统以其通过使用段级循环和相对位置编码处理超过标准长度限制的文本序列的能力而著称。它使用分布式训练实现,在多个 GPU 和 TPU 集群上扩展高性能预训练。 代码库涵盖了完整的机器学习工作流,包括用于数据预处理的文本清洗和子词分词,以及用于问答、阅读理解和文本分类的任务特定微调。它包括用于参数优化、学习率调度以及通过精确率-召回率指标评估答案概率的实用程序。 该项目提供了用于管理模型超参数和跨多个主机进行硬件加速训练的配置。

    Loads pretrained variables from checkpoint files and maps them to current model variables.

    Python
    在 GitHub 上查看↗6,182
  • yahoo/open_nsfwyahoo 的头像

    yahoo/open_nsfw

    6,011在 GitHub 上查看↗

    Open NSFW 是一个深度学习图像分类器和内容过滤器,旨在识别显式或不安全的视觉内容。它利用神经网络分析图像并生成概率分数,以确定媒体内容是否不适合工作环境。 该系统采用基于 Caffe 的模型架构来执行自动视觉特征提取和图像分类。它支持使用预训练权重,并允许通过自定义数据集对网络进行微调,以提高检测准确度。 该项目涵盖了端到端的图像审核工作流,包括自动内容扫描和视觉内容过滤,用于标记或屏蔽不当媒体。

    Supports the use of pre-trained weights to speed up convergence and improve classification accuracy.

    Python
    在 GitHub 上查看↗6,011
  • deep-learning-with-pytorch/dlwpt-codedeep-learning-with-pytorch 的头像

    deep-learning-with-pytorch/dlwpt-code

    5,224在 GitHub 上查看↗

    This project is a deep learning educational resource consisting of PyTorch model implementations and code examples. It provides functional Python scripts and notebooks for building, training, and optimizing neural networks using tensor-based computation. The repository includes implementations for designing custom network layers and loss functions, as well as examples of transfer learning workflows that load pretrained model weights to accelerate development. The codebase covers a broad range of deep learning capabilities, including neural network training, custom model component design, and

    Includes pretrained weight initializers to accelerate model development through transfer learning.

    Jupyter Notebookdeep-learningdeep-neural-networkspython
    在 GitHub 上查看↗5,224
  • timesler/facenet-pytorchtimesler 的头像

    timesler/facenet-pytorch

    5,148在 GitHub 上查看↗

    facenet-pytorch 是一个用于 PyTorch 的人脸识别库,提供用于检测人脸和提取面部嵌入(Embedding)的预训练神经网络。它包括用于定位人脸和关键点的 MTCNN 人脸检测器,以及用于将人脸图像转换为高维向量以进行身份验证的 InceptionResnet 人脸编码器。 该项目提供通过使用余弦相似度比较面部嵌入来进行身份识别的工具。它还支持面部视频追踪以保持连续帧间的身份一致性,并允许在自定义数据集上微调预训练模型,以提高特定个人或环境的识别准确率。 该库涵盖了广泛的计算机视觉功能,包括人脸定位、身份验证以及通过批处理归一化处理图像张量。

    Allows loading pretrained weights to enable immediate facial recognition without training from scratch.

    Pythonface-detectionface-identificationface-recognition
    在 GitHub 上查看↗5,148
  • ashnkumar/sketch-codeashnkumar 的头像

    ashnkumar/sketch-code

    5,143在 GitHub 上查看↗

    Sketch-code 是一个深度学习 Web 原型设计工具和图像转 HTML 转换器,旨在将手绘网站草图转换为结构化的 HTML 代码。它利用神经网络线框解析器来识别草图中的视觉元素,并将其映射为相应的 Web 布局表示。 该系统采用基于 Keras 的架构,使用手绘线框图和参考 HTML 数据集来训练和评估识别模型。它通过允许在编译过程中注入自定义 CSS 层,实现了结构布局与视觉设计的解耦。 该项目涵盖了自动化前端原型设计和 UI 布局生成,包括监督式图像转代码映射,以及用于衡量生成输出与基准参考对比的预测准确度评估。

    Utilizes pretrained weight initialization to accelerate the convergence and improve the accuracy of the recognition model.

    Pythonaugmentationdeep-learningimage-processing
    在 GitHub 上查看↗5,143
上一个12下一个
  1. Home
  2. Artificial Intelligence & ML
  3. Weight Initialization
  4. Pretrained Weight Initializers

探索子标签

  • Adaptive Input LayersLayers that modify input dimensions of pretrained weights to support non-standard channel counts. **Distinct from Pretrained Weight Initializers:** Distinct from general weight initialization; specifically modifies the input layer architecture to preserve pretrained weights for different channel counts.
  • Autoencoder Weight Transfers1 个子标签Techniques for initializing neural networks by transferring weights learned from a pretrained autoencoder. **Distinct from Pretrained Weight Initializers:** Focuses specifically on utilizing an autoencoder for weight initialization, whereas pretrained weight initializers covers generic weight loading from any model.
  • Model Architecture AdaptationModifying pretrained model layers and output classes to suit specific target datasets. **Distinct from Pretrained Weight Initializers:** Focuses on structural modification of the model after loading weights, not just the initialization process.
  • Vocabulary-Aware Weight InitializationInitializing models by loading pretrained weights alongside specific token vocabularies. **Distinct from Pretrained Weight Initializers:** Integrates vocabulary mapping with weight loading, whereas pretrained initializers are often weight-only.