项目作者: exe1023

项目描述 :
lstm with layer normalization
高级语言: Python
项目地址: git://github.com/exe1023/LSTM_LN.git
创建时间: 2018-08-22T06:22:32Z
项目社区:https://github.com/exe1023/LSTM_LN

开源协议:MIT License

下载


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