exe1023 / LSTM_LN

lstm with layer normalization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSTM layer norm

lstm with layer normalization implemented in pytorch

User can simply replace torch.nn.LSTM with lstm.LSTM

This code is modified from Implementation of Leyer norm LSTM

About

lstm with layer normalization

License:MIT License


Languages

Language:Python 100.0%