This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 193
Bidirectional QRNN? #16
Comments
I wanted to PR this change but I need to sign some agreement to do this and I am not sure about the details there so I'll just post the changes since they are small:
in the same file in the "class QRNN(torch.nn.Module):"
with :
and remove the assert statement above that deals with bidirectional.:
|
I didn't test super thoroughly but it works for me on a basic use case. If you need to fix something please post it here also :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When is the bidirectional QRNN going to be ready? It says it would be available in the near future, but I guess I underestimated the span of time represented by 'near'. I'm wondering if it is being developed at all.
The text was updated successfully, but these errors were encountered: