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

Implementation of RNNs #90

Open
nikhil-garg opened this issue Sep 15, 2021 · 1 comment
Open

Implementation of RNNs #90

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

Comments

@nikhil-garg
Copy link
Contributor

I think the current framework does not support vanilla RNNs, LSTMs, GRUs.
These are really useful in time-series signal processing.
Is it possible to add conversion modules for the above as is already present for linear, CNN?

@coreylammie
Copy link
Owner

Hi @nikhil-garg,

Definitely. I have created three separate issues for (torch.nn.RNN and torch.nn.RNNCell), (torch.nn.LSTM and torch.nn.LSTMCell), and (torch.nn.GRU and torch.nn.GRUCell) modules in #92, #93, and #94, respectively.

Currently, #85 has the highest priority, i.e., the modeling of source and line resistances in passive crossbars, but once this functionality has been implemented, I can start work on implementing the above modules.

Kind Regards,

Corey.

@coreylammie coreylammie self-assigned this Sep 15, 2021
@coreylammie coreylammie added the enhancement New feature or request label Sep 15, 2021
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

2 participants