LayerNorm LSTM #26
Dongbin-Lee-git
started this conversation in
tip
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
LayerNorm with LSTM
RNN에는 BatchNorm을 적용하면 안정성이 떨어져서 LayerNorm을 사용하고
Tensorflow에서는 LayernormLSTM이라고 따로 레이어가 있지만,
Pytorch는 torch.nn.Layernorm을 LSTM이후에 별개로 적어주어야 한다네요.
예시용으로 사람들이 추천한 github
Layer Norm에 관한 논문
Beta Was this translation helpful? Give feedback.
All reactions