Open akurniawan opened 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()?
model.parameters()
loss.parameters()
https://github.com/salesforce/awd-lstm-lm/blob/32fcb42562aeb5c7e6c9dec3f2a3baaaf68a5cb5/main.py#L277
@Smerity @keskarnitish is this intentional to only updating the
model.parameters()
withoutloss.parameters()
?