-
Notifications
You must be signed in to change notification settings - Fork 26
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
a float is required , : lm_rnn.py #5
Comments
Which version of Chainer are you using? |
thank you answer my question. nvcc fatal : Value 'sm_61' is not defined for option 'gpu-architecture' |
This error probably seems some sort of problems in your environment. Please check the CUDA binaries works correctly. |
Hi, I have some problem.
I compile the code that lm_rnn.py
a float is required...
File "lm_rnn.py", line 219, in
main()
File "lm_rnn.py", line 213, in main
save_rnnlm_model(args.model + '.%d' % (epoch + 1), args.vocab, args.embed, args.hidden, vocab, model)
File "lm_rnn.py", line 107, in save_rnnlm_model
print(dlm.join(fmt % x for x in row), file=fp)
File "lm_rnn.py", line 107, in
print(dlm.join(fmt % x for x in row), file=fp)
TypeError: a float is required
The text was updated successfully, but these errors were encountered: