-
Notifications
You must be signed in to change notification settings - Fork 87
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
TypeError: ('Unrecognized rnn type: ', 'qrnn') #93
Comments
I experienced the same error. I think it is something related with the installation of git+https://github.com/salesforce/pytorch-qrnn and cupy-cuda101 |
@jcvasquezc were you able to find a workaround for this? |
as @jcvasquezc said, you need to install cupy (your cuda version) + https://github.com/salesforce/pytorch-qrnn ^this resolves the error |
Hi @delip , |
Thanks, @jcvasquezc, @MittalShruti, and @santi-pdp! |
I am running into QRNN issues that I've documented here. Is there a recommended commit of the QRNN code that has worked for others? |
Hi @delip @santi-pdp.. can you pleas help?? |
I have the same problem. Have you solved this? @palashmoon |
I am following the example set in the README, and I am getting the following error. Is this familiar to anyone?
The text was updated successfully, but these errors were encountered: