linformer“ 的搜索结果

Python419
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
3 年前
Jupyter Notebook4
8 个月前

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 年前