A pure pytorch implementation of the XLSTM paper.
- Ensure correct with paper
- Create some usage examples
- Implement paralleization
- CUDA?
- Allow for different initializations according to: https://pytorch.org/docs/stable/nn.init.html
- Allow for flattening of x for greater shape conformity
- Allow for batching
- Add tests
- https://github.com/catid/audio_prediction/tree/master
- other classic RNN/LSTM tasks