Any plans for supporting multi dimensional RNN?
Closed this issue · 1 comments
lmjohns3 commented
No plans to implement this. You can always manually configure your input and output data so that they are serialized into a 1D sequence, which theanets will handle using the standard recurrent configuration without changes.
If you get around to implementing a layer and corresponding model for this, I'd be happy to take a PR.