일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 노래합성
- singing voice synthesis
- 한국어 tts
- 트레이닝
- deep voice
- Vocoder
- 딥러닝 보코더
- 딥러닝 음성 합성
- text-to-speech
- 보코더
- YOLO
- 윈도우
- tacotron
- you only look once
- 한국어 음성 합성
- DCTTS
- korean tts
- 음성 합성
- 딥러닝
- 학습
- TTS
- melgan
- waveglow
- 타코트론
- Today
- Total
목록딥러닝 (4)
chldkato
github.com/chldkato/DCTTS-Korean chldkato/DCTTS-Korean Contribute to chldkato/DCTTS-Korean development by creating an account on GitHub. github.com github.com/chldkato/DCTTS-Korean-Tensorflow2 chldkato/DCTTS-Korean-Tensorflow2 Contribute to chldkato/DCTTS-Korean-Tensorflow2 development by creating an account on GitHub. github.com 1. 한국어 음성 데이터 KSS preprocess https://www.kaggle.com/bryanpark/kore..
Tacotron arxiv.org/abs/1703.10135 Tacotron: Towards End-to-End Speech Synthesis A text-to-speech synthesis system typically consists of multiple stages, such as a text analysis frontend, an acoustic model and an audio synthesis module. Building these components often requires extensive domain expertise and may contain brittle design c arxiv.org https://github.com/keithito/tacotron keithito/tacot..
nvidia apex가 필요한데 윈도우에서 apex 설치가 잘 안되고 싱글 gpu 사용중이라 apex를 안쓰고 실행했습니다. 1080ti 1개와 cuda10.0, cudnn7.5 사용 중입니다. 1. 코드 다운로드 및 학습 준비 https://github.com/NVIDIA/waveglow NVIDIA/waveglow A Flow-based Generative Network for Speech Synthesis - NVIDIA/waveglow github.com github에 나와있는대로 진행합니다. git clone https://github.com/NVIDIA/waveglow.git cd waveglow git submodule init git submodule update pip3 install -..
주의사항 1) 과정 중에 구글의 STT가 필요합니다. 만일 유료로 사용하실 경우 상당한 비용이 듭니다. 구글 클라우드 플랫폼에 가입한 후 카드를 등록하여 1년 동안 사용할 수 있는 무료 $300 크레딧을 받으신 후 Speech API 키를 받으면 됩니다. https://webnautes.tistory.com/1247 음성인식, Google Cloud Speech-to-Text API 사용해보기 Cloud Speech API 서비스 계정 키를 발급받아서 샘플 코드를 실행하는 방법을 설명합니다. 마지막 업데이트 - 2018. 9. 20 1. Cloud Speech API 키 발급 받기 2. Cloud SDK 설치 3. 파이썬 예제 테스트 해보기 4... webnautes.tistory.com 계정 키를 받는..