Skip to content
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

SeqGRU throws error #354

Closed
satwikkottur opened this issue Oct 17, 2016 · 1 comment · Fixed by #355
Closed

SeqGRU throws error #354

satwikkottur opened this issue Oct 17, 2016 · 1 comment · Fixed by #355

Comments

@satwikkottur
Copy link

SeqGRU throws the following error, while SeqLSTM runs without a problem. I am using the latest version of cutorch.

torch/install/share/lua/5.1/rnn/SeqGRU.lua:108: invalid arguments: CudaTensor CudaTensor number
expected arguments: CudaTensor CudaByteTensor float
stack traceback:
[C]: in function 'maskedFill'

JoostvDoorn added a commit to JoostvDoorn/rnn that referenced this issue Oct 17, 2016
@JoostvDoorn
Copy link
Contributor

Thanks for the report! I opened a pull request to fix this.

ywelement added a commit that referenced this issue Oct 24, 2016
Fixes #354 SeqGRU CudaByteTensor bug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants