salesforce / awd-lstm-lm

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

Hyper parameter settings for PyTorch 1.0? #103

Open manuvn opened 5 years ago

manuvn commented 5 years ago

If anyone has found the hyper-parameter settings to reproduce the performance results from PyTorch 0.4.0, it would save me a lot of time... Thank you very much.

tshrjn commented 4 years ago

Were you able to port it successfully and find the hyperparams?

manuvn commented 4 years ago

Hi! Yes, the port was a little messy and it might not work for everyone. The code is available here: https://github.com/manuvn/lpRNN-awd-lstm-lm. Hope it is useful for you! Cheers Manu