awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesModel Depth Optimization

Techniques for dynamically adjusting or reducing the number of layers in a neural network to optimize performance and inference speed.

Distinct from Depth Estimation: The candidates are for image depth estimation or algorithmic search depth, not neural network layer depth.

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

Awesome Model Depth Optimization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebookresearch/fairseqAvatar von facebookresearch

    facebookresearch/fairseq

    32,228Auf GitHub ansehen↗

    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

    Implements structured dropout to allow on-demand reduction of encoder or decoder depth.

    Python
    Auf GitHub ansehen↗32,228
  • qubvel-org/segmentation_models.pytorchAvatar von qubvel-org

    qubvel-org/segmentation_models.pytorch

    11,622Auf GitHub ansehen↗

    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

    Enables adjusting the number of downsampling operations in the encoder to balance model complexity and inference speed.

    Pythoncomputer-visiondeeplab-v3-plusdeeplabv3
    Auf GitHub ansehen↗11,622
  • lucidrains/x-transformersAvatar von lucidrains

    lucidrains/x-transformers

    5,912Auf GitHub ansehen↗

    x-transformers ist eine PyTorch-Bibliothek und ein Research-Toolkit für den Aufbau von Transformer-Architekturen. Es bietet ein modulares Framework für die Implementierung experimenteller Transformer-Forschung, einschließlich einer Suite fortschrittlicher Attention-Mechanismen, Tools für die Modellierung langer Sequenzen und eines Frameworks für Vision-Transformer. Das Projekt zeichnet sich durch den Fokus auf speichereffiziente und performante Komponenten aus, wie etwa Flash-Attention mit Tiled-Kernels und Multi-Query-Attention. Zudem implementiert es spezialisierte Methoden zur Erweiterung von Kontextfenstern, einschließlich Sequence-Recurrence und Rotary-Positional-Embeddings. Die Bibliothek deckt ein breites Spektrum architektonischer Funktionen ab, darunter verschiedene Normalisierungsschemata zur Stabilisierung des Trainings, Gated-Feedforward-Netzwerke und benutzerdefinierte Layer-Topologien wie Macaron-Netzwerke. Sie unterstützt sowohl Encoder- als auch Decoder-Konstruktionen und bietet Tools für die autoregressive Sequenzgenerierung sowie Vision-Language-Aufgaben wie Bildunterschriften.

    Adjusts the sequence of attention and feedforward blocks to optimize model depth and performance.

    Python
    Auf GitHub ansehen↗5,912
  1. Home
  2. Artificial Intelligence & ML
  3. Model Depth Optimization

Unter-Tags erkunden

  • Sublayer ReorderingTechniques for adjusting the sequence of attention and feedforward blocks to optimize performance. **Distinct from Model Depth Optimization:** Focuses on the structural order of existing blocks, whereas Depth Optimization typically refers to changing the number of layers.