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

Add Support for torch.nn.RNN and torch.nn.RNNCell Modules #92

Open
coreylammie opened this issue Sep 15, 2021 · 1 comment
Open

Add Support for torch.nn.RNN and torch.nn.RNNCell Modules #92

coreylammie opened this issue Sep 15, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@coreylammie
Copy link
Owner

Support should be added for torch.nn.RNN and torch.nn.RNNCell modules.

@coreylammie coreylammie self-assigned this Sep 15, 2021
@coreylammie coreylammie added the enhancement New feature or request label Sep 15, 2021
@coreylammie
Copy link
Owner Author

This has been partially actioned in #134. I have implemented logic for the legacy routine (for both standard and bidirectional RNN modules with an arbitrary number of layers). Logic is still required for the crossbar mapping of different tensors and memristive inference routine, however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant