salesforce / awd-lstm-lm

LSTM and QRNN Language Model Toolkit for PyTorch
BSD 3-Clause "New" or "Revised" License
1.96k stars 488 forks source link

QRNNLayer does not have "layer_norm" parameter #11

Closed aykutfirat closed 7 years ago

aykutfirat commented 7 years ago

Just removing layer_norm=True in line 30 in model.py is a workaround.

Smerity commented 7 years ago

Fixed - that was a bad commit. I've recently added layer norm to the QRNN and was experimenting, forgetting to remove that line.

Thanks for the heads up!