kospeech
kospeech copied to clipboard
Open-Source Toolkit for End-to-End Korean Automatic Speech Recognition leveraging PyTorch and Hydra.
첫번째 학습시(0 epoch)엔 cer값이 빠르게 감소하는데 resume = True로 하여 재학습시 cer값이 거의 안변합니다. 원래 그런건지 제가 이상한건지 궁금합니다
결과를 보니 앞의 한 글자를 맞출 정도만 되는데 혹시 뭐때문에 이런 결과가 나오는지 알 수 있을까요? 바쁘실탠데 읽어주시면 감사하겠습니다.
I cannot download the torchaudio==0.6.0. Is this should be 0.6.0?
how to get KsponSpeech?
## Title - ds2 모델을 학습시키려하는데 loss가 nan이 발생합니다. ## Description 안녕하세요 딥러닝에 대해서 공부를 막 시작한 학생입니다. 한국어 stt 모델을 학습 시키고 싶어서 AI hub에서 데이터를 다운 받아 전처리까지는...
## Title - ## Description main.py 파일을 통해 학습을 진행하고자 하는데 아래 첨부되는 이미지 처럼 자꾸 에러가 뜨네요. 구글링 및 깃헙 이슈를 통해서 데이터 셔플 부분에 train num 도 오디오...
## Title - 전처리 md 가이드 라인 마지막 train, test df 만드는 과정 중 ## Description https://github.com/sooftware/KoSpeech/wiki/Preparation-before-Training label이라는 변수는 없어서 target으로 변경해야할거같습니다.. ## Linked Issues - resolved # for idx...
## Title - AI HUB 한국어 음성 전사 규칙 URL 변경 ## Description https://github.com/sooftware/kospeech/tree/latest/dataset/kspon ## Linked Issues https://www.aihub.or.kr/sites/default/files/2019-12/%ED%95%9C%EA%B5%AD%EC%96%B4%20%EC%9D%8C%EC%84%B1%20%EC%A0%84%EC%82%AC%EA%B7%9C%EC%B9%99%20v1.0.pdf - resolved # * https://aihub.or.kr/aihubnews/notice/view.do?pageIndex=1&nttSn=9746&currMenu=132&topMenu=103
런타임 에러가 발생합니다. torch의 serialization에서 class _open_zipfile_writer_file(_opener): def __init__(self, name) -> None: super(_open_zipfile_writer_file, self).__init__(torch._C.PyTorchFileWriter(str(name))) 이 동작을 시행할 때 RuntimeError: Parent directory $path does not exist 가 발생하네요.. $path 경로에 폴더가...
I cant download KsponSpeech dataset on AIHhub net. Can you teach me how to download, thanks!