linformer“ 的搜索结果

Python420
3 年前

Reproducing the Linear Multihead Attention introduced in Linformer paper (Linformer: Self-Attention with Linear Complexity)

Python75
5 年前

We implement a encoder/decoder seq2seq model, which has the same performance (similar perplexity) as traditional transformer but also reduce time complexity from O(n^2) to O(n).

Python6
4 年前
Jupyter Notebook4
9 个月前

Implementation of faster and more efficient sequence modeling deep learning algorithms based on fairseq, e.g. Lite-Transormer, Reformer, Linformer, efficient variants of attention mechanism and so on

Python36
5 年前

This repository holds a PyTorch implementation of Linformer (Wang et al., 2020) and offers a comparison against a vanilla Transformer.

Python1
6 个月前