Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hazdzz/scalenorm

The PyTorch implementation of ScaleNorm.
https://github.com/hazdzz/scalenorm

normalization pytorch

Last synced: 12 days ago
JSON representation

The PyTorch implementation of ScaleNorm.

Awesome Lists containing this project

README

        

# ScaleNorm

## About
The PyTorch implementation of ScaleNorm from the paper *Transformers without Tears: Improving the Normalization of Self-Attention*.

## Paper
https://arxiv.org/abs/1910.05895

## Citation
```
@inproceedings{nguyen-salazar-2019-transformers,
title = {Transformers without Tears: Improving the Normalization of Self-Attention},
author = {Nguyen, Toan Q. and Salazar, Julian},
booktitle = {Proceedings of the 16th International Conference on Spoken Language Translation},
month = {11},
year = {2019},
publisher = {Association for Computational Linguistics}
}
```