-
**Submitting author:** @ArkajyotiSaha (Arkajyoti Saha)
**Repository:** https://github.com/ArkajyotiSaha/RandomForestsGLS
**Branch with paper.md** (empty if default branch):
**Version:** v0.1.4.JOSS
*…
-
## Non-parametric methods
### Fourier-based methods
- [x] Welch (wrapper around Scipy)
- [x] multitapers (wrapper around mne)
- [x] Lomb-Scargle (in [pyHRV](https://github.com/PGomes92/pyhrv#freq…
-
我看到你的论文“”Spike-Triggered Non-Autoregressive Transformer for End-to-End Speech Recognition“”中根据ctc提取隐含层状态,这部分代码的实现在哪一部分呀,我没有找到。
-
Hi, thanks for this great job,
I have tried to integrate it on the top of my asr module, most of the phonemes were aligned perfect except the last, as can see in the below.
![ctc1](https://user-i…
-
-
안녕하세요, 우선 좋은 자료 공유에 감사드립니다.
FastSpeech2를 이용한 한국어 학습을 위해 MFA를 추가로 training 시켜줘야 하는데요, 제공해주신 코드와 issue들을 통해 AIHub에서 제공하는 [멀티모달 영상 데이터셋](https://www.aihub.or.kr/aidata/137)을 활용한 한국어 학습에 성공할 수 있었습니다. 하…
-
I know this issue doesn't really comply with the draft but this isn't really about a bug, rather the methodology.
I am pretty new at time series forecasting and trying to understand encoder/decoder…
-
@kathsherratt, my understanding is that you started something like this?
-
[SlotRefine: A Fast Non-Autoregressive Model for Joint Intent Detection and Slot Filling](https://www.aclweb.org/anthology/2020.emnlp-main.152.pdf). In EMNLP 2020. [[code]](https://github.com/moore393…
-
1. For streaming decode, when we use **rescore decode method**, we use the encoder output + CTC to get the decode result of the current chunk, and then we use decoder to rescore the CTC decode result,…