Repository navigation

#

self-attention

《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases

Jupyter Notebook
15821
4 个月前

The GitHub repository for the paper "Informer" accepted by AAAI 2021.

Python
6216
3 个月前

Graph Attention Networks (https://arxiv.org/abs/1710.10903)

Python
3425
3 年前

Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)

Python
3067
2 年前
gordicaleksa/pytorch-GAT

My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!

Jupyter Notebook
2599
3 年前

CCNet: Criss-Cross Attention for Semantic Segmentation (TPAMI 2020 & ICCV 2019).

Python
1474
5 年前
The-AI-Summer/self-attention-cv

Implementation of various self-attention mechanisms focused on computer vision. Ongoing repository.

Python
1211
4 年前
Python
882
2 个月前

(ICLR 2022 Spotlight) Official PyTorch implementation of "How Do Vision Transformers Work?"

Python
820
3 年前

A PyTorch implementation of Speech Transformer, an End-to-End ASR with Transformer network on Mandarin Chinese.

Python
804
2 年前

A Pytorch Implementation of "Attention is All You Need" and "Weighted Transformer Network for Machine Translation"

Python
563
5 年前