You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
In specifying commandline arguments in main.py and finetune.py the --cuda and --tied flags are True by default and get False on specifying. Is this intentional? Seems counter-intuitive. Does this have any bearing on the results in your paper Regularizing and Optimizing LSTM Language Models?
Our apologies; we intend for both to be on by default so as to reduce the number of flags passed for each run. We will work on fixing that to make it --no-cuda and --no-tied or equivalent to prevent the confusion.
In specifying commandline arguments in
main.py
andfinetune.py
the--cuda
and--tied
flags are True by default and get False on specifying. Is this intentional? Seems counter-intuitive. Does this have any bearing on the results in your paper Regularizing and Optimizing LSTM Language Models?awd-lstm-lm/main.py
Line 45 in bf0742c
The text was updated successfully, but these errors were encountered: