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

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

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

cmsflash/efficient-attention

0
View on GitHub↗
330 نجوم·26 تفرعات·Python·MIT·3 مشاهداتarxiv.org/abs/1812.01243↗

Efficient Attention

An implementation of the efficient attention module.

Features

  • Attention Mechanisms - Attention mechanisms with linear computational complexity.

سجل النجوم

مخطط تاريخ النجوم لـ cmsflash/efficient-attentionمخطط تاريخ النجوم لـ cmsflash/efficient-attention

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Efficient Attention

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Efficient Attention.
  • 13952522076/spanet1

    13952522076/SPANet

    0عرض على GitHub↗

    The table prvoides the models and results of various models on CIFAR100. Learning rate =0.1 and will be divided by 10 every 70 epochs. Total 300 epochs. Using SGD optimizer, momentum=0.9, weight_decay=5e-4. Loss is CrossEntropyLoss. Batch-size=512.

    عرض على GitHub↗0
  • andrew-qibin/coordattentionالصورة الرمزية لـ Andrew-Qibin

    Andrew-Qibin/CoordAttention

    1,150عرض على GitHub↗

    This repository is a PyTorch implementation of our coordinate attention (will appear in CVPR2021).

    Python
    عرض على GitHub↗1,150
  • anita-hu/msafA

    anita-hu/MSAF

    0عرض على GitHub↗

    Code for the paper MSAF: Multimodal Split Attention Fusion. This is our implementation of the MSAF module and the three MSAF-powered multimodal networks.

    عرض على GitHub↗0
  • 13952522076/dcanetالصورة الرمزية لـ 13952522076

    13952522076/DCANet

    125عرض على GitHub↗

    Figure 1. Illustration of our DCANet. We visualize intermediate feature activation using Grad-CAM. Vanilla SE-ResNet50 varies its focus dramatically at different stages. In contrast, our DCA enhanced SE-ResNet50 progressively and recursively adjusts focus, and closely pays attention to the…

    Python
    عرض على GitHub↗125
عرض جميع البدائل الـ 30 لـ Efficient Attention→

الأسئلة الشائعة

ما هي وظيفة cmsflash/efficient-attention؟

An implementation of the efficient attention module.

ما هي الميزات الرئيسية لـ cmsflash/efficient-attention؟

الميزات الرئيسية لـ cmsflash/efficient-attention هي: Attention Mechanisms.

ما هي البدائل مفتوحة المصدر لـ cmsflash/efficient-attention؟

تشمل البدائل مفتوحة المصدر لـ cmsflash/efficient-attention: 13952522076/spanet — The table prvoides the models and results of various models on CIFAR100. Learning rate =0.1 and will be divided by 10… andrew-qibin/coordattention — This repository is a PyTorch implementation of our coordinate attention (will appear in CVPR2021). anita-hu/msaf — Code for the paper MSAF: Multimodal Split Attention Fusion. This is our implementation of the MSAF module and the… ardhendubehera/cap — A repository for the code used to create and train the model defined in 'Context-aware Attentional Pooling (CAP) for… bangguwu/ecanet — ECA-Net: Efficient Channel Attention for Deep Convolutional Neural Networks. 13952522076/dcanet — Figure 1. Illustration of our DCANet. We visualize intermediate feature activation using Grad-CAM. Vanilla SE-ResNet50…