deepdow
deepdow copied to clipboard
RNN or LSTM example
Hi, was wondering if someone could provide a working class that includes an LSTM/RNN in it. I wanted to explore this library with these famous networks but can't manage to make them run.
Any help is appreciated!
Hey there!
Check out this module to get some inspiration: https://github.com/jankrepl/deepdow/blob/8fb6976a2bc77bade4d5c0e5be3974c67845f11b/deepdow/layers/transform.py#L62
And here is the documentation: https://deepdow.readthedocs.io/en/latest/source/layers.html#rnn
I hope that helps:)
Closing due to inactivity