pytorch-pQRNN
pytorch-pQRNN copied to clipboard
Has the official version of pqrnn been released?
What is the python version in the installation environment?
To answer your question in the title: no, there is no official release of pqrnn. However, you might find open sourced version of PRADO and some realted code in https://github.com/tensorflow/models/tree/master/research/seq_flow_lite.
The python used in this repo is defined in pyproject.toml which is 3.7.
FYI Both the original QRNN repo, as a dependency and this repo are no longer maintained.