-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Awful: Nnet rejected #51
Comments
I've got the same problem. I just started to reproduce the 1-billion-word results (I get the same md5sums).
EDIT: Probing further, this is a very common problem with this software, perhaps the most helpful reply has been in #17 ALSO: My run above wasn't quite fair, I had --hidden 128 and the example parameters were for --hidden 256. It's now run and exceded the published result of 6.426476.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try running the command ,
./rnnlm -rnnlm model_name -train train.txt -valid valid.txt -hidden 256 -hidden-type gru -nce 20 -alpha 0.01
and it occur the error:
entropy (bits) valid: -nan elapsed: 29.3s+0.1s Awful: Nnet rejected
how can I solve the problem?
The text was updated successfully, but these errors were encountered: