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

Update parameter with ASGD #77

Open akurniawan opened 6 years ago

akurniawan commented 6 years ago

https://github.com/salesforce/awd-lstm-lm/blob/32fcb42562aeb5c7e6c9dec3f2a3baaaf68a5cb5/main.py#L277

@Smerity @keskarnitish is this intentional to only updating the model.parameters() without loss.parameters()?