Orkis-Research / Pytorch-Quaternion-Neural-Networks

This repository is an update to all previous repositories with implementations of various Quaternion-valued Neural Networks in PyTorch
GNU General Public License v3.0
200 stars 54 forks source link

Is it bidirectional the QLSTM implementation? #2

Closed wellescastro closed 5 years ago

wellescastro commented 5 years ago

Hi!

I'm just wondering if the LSTM code in this repo is bidirectional since I didn't find any bidirectional flag, maybe is just the default behaviour.

Thank you,

Dayvid.

TParcollet commented 5 years ago

Hey ! No it is not, I will make the change very soon. Until then, you can take a look at the file neural_networks.py on the PyTorch-Kaldi repository, since my LSTMs are inspired by this file.

wellescastro commented 5 years ago

Okay! Thank you, I'm gonna take a look :)