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

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

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

3 个仓库

Awesome GitHub RepositoriesHead Initialization

Adding randomly initialized output layers to pre-trained models to support new classification tasks.

Distinct from Classification: Specific to the architectural addition of a classification head rather than the overall classification algorithm.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Head Initialization. Refine with filters or upvote what's useful.

Awesome Head Initialization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebookresearch/fairseqfacebookresearch 的头像

    facebookresearch/fairseq

    32,228在 GitHub 上查看↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Adds randomly initialized output layers to models to enable custom classification tasks.

    Python
    在 GitHub 上查看↗32,228
  • davidsandberg/facenetdavidsandberg 的头像

    davidsandberg/facenet

    14,326在 GitHub 上查看↗

    FaceNet is a facial recognition framework designed to transform facial images into high-dimensional numerical embeddings for identity verification and recognition. It provides a deep learning face embedder that maps facial features into a Euclidean space where distance corresponds to facial similarity. The system includes tools for both supervised and unsupervised identity management. It features a face identity classifier for categorizing images into known identity classes and an unsupervised clustering tool to group similar facial embeddings together without predefined labels. The framewor

    Adds a trainable linear output layer to map embeddings to specific identity labels.

    Python
    在 GitHub 上查看↗14,326
  • 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

    Provides the ability to attach a classification head for global image labels alongside segmentation masks.

    Pythoncomputer-visiondeeplab-v3-plusdeeplabv3
    在 GitHub 上查看↗11,622
  1. Home
  2. Artificial Intelligence & ML
  3. Classification
  4. Head Initialization

探索子标签

  • Auxiliary Classification HeadsSecondary output branches added to a model to provide global labels alongside primary task outputs. **Distinct from Head Initialization:** Unlike general head initialization, this specifically refers to auxiliary branches for multi-task output in segmentation models.