-
The architecture in the paper suggests unidirectional RNNs. Is there any reason why you used bidirectional RNNs in neural_transducer.py ?
-
I guess your modified transducer is actually the monotonic transduscer in [Monotonic Recurrent Neural Network Transducer and Decoding Strategies](https://ieeexplore.ieee.org/document/9003822), rather …
-
hi,
i find configuration neural_sp/examples/librispeech/s5/conf/asr/transducer/lc_transformer_rnnt_64_64_32_bpe1000.yaml. What is the result of this configuration
thanks
-
Repo doesn't have https://github.com/shijie-wu/neural-transducer/blob/master/.pre-commit-config.yaml but README states `pre-commit run --all-files`.
-
Hi,
I am trying to run the neural-based baseline but cannot make the code work. I checked the baselines of the previous shared tasks at https://github.com/shijie-wu/neural-transducer and the [inflect…
-
## Title & Topic
- sequence prediction 분야에서의 transduction, transductive learning 개념과 방법론을 알아본다
- transducer로서의 RNN 개념을 파악한다
- transduction에서 파생된 트랜스포머 네트워크 개념을 이해한다
## Upload schedule
- [x]…
-
Hi Hiro!
First, thank you for the repo. I've been following for a while and I saw you implement a big number of dl architectures.
So far I was only watching the repo from time to time, but now I…
-
Nice work. Just wondering whether the implementation can be used to reproduce the TIMIT result reported in the paper. If not TIMIT, what datasets have been used to test the code and are there some kn…
-
Hi, I publish a paper about the PINN application for Li ion battery temp prediction.
Would you put my paper on your list?
G. Cho, M. Wang, Y. Kim, J. Kwon and W. Su, "A Physics-Informed Machine Le…
-
i run the aishell example(transducer) and use torch1.4+cuda10.1 or torch1.5+cuda10.1, there are some error as follows:
torch1.4+cuda10.1:
/opt/conda/conda-bld/pytorch_1579022060824/work/aten/src/AT…