Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 230 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 230 Bytes

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