├── LICENSE ├── README.md ├── figs ├── 115k_without_sma.png ├── 125k_with_sma.png └── figure1.png ├── hparams.py └── sma.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keonlee9420/Stepwise_Monotonic_Multihead_Attention/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keonlee9420/Stepwise_Monotonic_Multihead_Attention/HEAD/README.md -------------------------------------------------------------------------------- /figs/115k_without_sma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keonlee9420/Stepwise_Monotonic_Multihead_Attention/HEAD/figs/115k_without_sma.png -------------------------------------------------------------------------------- /figs/125k_with_sma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keonlee9420/Stepwise_Monotonic_Multihead_Attention/HEAD/figs/125k_with_sma.png -------------------------------------------------------------------------------- /figs/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keonlee9420/Stepwise_Monotonic_Multihead_Attention/HEAD/figs/figure1.png -------------------------------------------------------------------------------- /hparams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keonlee9420/Stepwise_Monotonic_Multihead_Attention/HEAD/hparams.py -------------------------------------------------------------------------------- /sma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keonlee9420/Stepwise_Monotonic_Multihead_Attention/HEAD/sma.py --------------------------------------------------------------------------------