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

Fixing cuda flag #118

Closed anandtrex closed 4 years ago

anandtrex commented 4 years ago

The earlier code had cuda enabled by default, and turning it off required using the --cuda flag.

anandtrex commented 4 years ago

Closing because there already seems to be a PR open for this issue.