-
Traceback (most recent call last):
File "/home/yangweiming/MUSIC/Speech_Recognition/Kospeech/bin/main.py", line 175, in main
last_model_checkpoint = train(config)
File "/home/yangweiming/MU…
-
## Title
Conformer 학습시, 첫번째 Epoch 이후 `CUDA error: an illegal memory access was encountered` 발생합니다.
## Description
conformer character 모델 학습시, CUDA error가 발생합니다.
batch 사이즈는 16으로 세팅한 뒤, 실행하였습니다.
…
-
안녕하세요! 좋은 프로젝트 감사합니다.
해당 분야에 관심이 많은데 처음 시작한 학생이어서 마땅한 training시킬 수 있는 하드웨어 환경이 없는 상황입니다. 혹시 해당 프로젝트로 만들어진 pre-trained model 제공이 가능한지 여쭙고 싶습니다.
감사합니다!
-
Hello, thanks for sharing this nice project. Could you provide some example on how to train conformer model with rnnt loss?
-
전에 main.py 실행시켰을때는 이런오류가 안떴었는데 새로 업데이트된 코드들 이용하니 갑자기 이러한 에러가 뜨네요
![image](https://user-images.githubusercontent.com/17849068/114386916-cecb5d80-9bcc-11eb-93d0-98ac0567f685.png)
어느 부분을 수정해야할까요..?
-
## Title
- repetition_remove in CER calculation for CTC model
## Description
Usually, CTC model will generate some character repetition, I did not see any repetition removing when you calculate C…
-
KsponSpeech 데이터로 RNN transducer 모델을 학습시켜보려고 하는데요,
첫번째 epoch 시작 직후 아래와 같은 에러가 발생합니다. 뭐가 잘못 되었을까요?
RuntimeError: Input tensor at index 1 has invalid shape [4, 926, 126, 2001], but expected [4, 1668…
-
안녕하세요, Kospeech 코드를 오랜만에 보다가 질문드릴 것이 있어 질문드려요.
kospeech/data/audio/feature.py에서 audio의 feature를 뽑을 때, mel-spectrogram 뽑은 후에 amplitude_to_db를 쓰셨더라구요.
이 부분이 혹시 power_to_db로 바뀌어야하는 것이 아닌지요?
혹시 의…
ghost updated
3 years ago
-
## Title
- recognize bug report
## Description
In kospeech/models/model.py (line 92), recognize function only fetch the probs without sequence length information:
**predicted_log_probs, _ = se…
-
## Title
- Can you provide some pre-trained model?
## Description
Training this model requires a large number of data sets, which is difficult to train. Can a pre-trained model be provided? I nee…