-
huggingface 모델을 보면 vocab_size가 32인걸로 보아,
fairseq에서 제공하는 vocab_list에 4가지 speacial token을 사용한 것으로 보이는데요.
혹시 그러면 fine-tuning하셨을때, ksponspeech는 전부 한글로 되어있을텐데, 한글자소-알파벳 음차표기법에 의해서 데이터 변환해서 사용하셨나요?
또…
-
실행 내용 >
python ./bin/main.py model=ds2 train=ds2_train train.dataset_path=/opt/ml/input/kspon_dataset/train train.transcripts_path=/opt/ml/input/kospeech/dataset/kspon/transcripts.txt
오류 >
Impor…
-
# ❓ Questions & Help
모델 훈련을 끝내고, `hydra_train.py` 에서
`trainer.test(model, data_module, ckpt_path="/home/tmvkrpxl0/STT_KO/openspeech/outputs/2022-04-02/04-05-11/None/version_None/checkpoints/0_206666…
-
실행문
python ./bin/main.py model=ds2 train=ds2_train train.dataset_path=/opt/ml/input/kspon_dataset/train train=ds2_train train.transcripts_path=/opt/ml/input/kospeech/dataset/kspon/transcripts.txt
…
-
터미널 입력
python ./bin/main.py model=ds2 train=ds2_train train.dataset_path=/opt/ml/input/kspon_dataset/train train.transcripts_path=/opt/ml/input/kospeech/dataset/kspon/transcripts.txt
오류명
File "…
-
# 🚀 Feature request
데이터셋을 생성해서 인퍼런스하니까 상당히 느린데
오디오 파일을 바로 librosa로 signal 추출해서
인퍼런스해서 결과만 받는 코드는 없을까요?
kospeech 에 inference 코드를 참고해봤는데 모델이 정상적으로 동작하지 않습니다.
## Motivation
## Your co…
-
![image](https://user-images.githubusercontent.com/17849068/120467202-e0fe9680-c3da-11eb-90da-2ece4b299fc3.png)
안녕하세요, 최근에 업로드해주신 코드로 joint-ctc-attention-transformer 수행시키려고 할때
beamDecoderRnn을 찾지못하…
-
# ❓ Questions & Help
LexerNoViableAltException 로 인해 dataset.dataset_path를 지정할 수 없습니다.
로그: https://www.toptal.com/developers/hastebin/tavosicufa.sql
## Details
데이터셋의 위치는 환경변수를 거치지 않고 절대 경로를 사용하여 …
-
Merge all train packs into one
Merge train text
dictionary: data/lang_char/train_100_unigram5000_units.txt
Dictionary preparation
./examples/speech_recognition/datasets/prepare-librispeech.sh: lin…
zqs01 updated
3 years ago
-
## Title
- if문의 불필요한 인자인지 궁금합니다
## Description
![image](https://user-images.githubusercontent.com/52905047/120733362-fa5e2a80-c521-11eb-81b3-3b6d0aa4251e.png)
KoSpeech/bin/main.py에서 80번째줄의 if문에서…