!2262 Models: FastSpeech GPU
Merge pull request !2262 from adenisov/models-pr-fastspeech
No related branches found
No related tags found
Showing
- research/audio/FastSpeech/README.md 350 additions, 0 deletionsresearch/audio/FastSpeech/README.md
- research/audio/FastSpeech/data/preprocess.py 128 additions, 0 deletionsresearch/audio/FastSpeech/data/preprocess.py
- research/audio/FastSpeech/default_config.yaml 144 additions, 0 deletionsresearch/audio/FastSpeech/default_config.yaml
- research/audio/FastSpeech/eval.py 206 additions, 0 deletionsresearch/audio/FastSpeech/eval.py
- research/audio/FastSpeech/export.py 56 additions, 0 deletionsresearch/audio/FastSpeech/export.py
- research/audio/FastSpeech/requirements.txt 6 additions, 0 deletionsresearch/audio/FastSpeech/requirements.txt
- research/audio/FastSpeech/scripts/run_distribute_train_gpu.sh 53 additions, 0 deletions...arch/audio/FastSpeech/scripts/run_distribute_train_gpu.sh
- research/audio/FastSpeech/scripts/run_eval_gpu.sh 49 additions, 0 deletionsresearch/audio/FastSpeech/scripts/run_eval_gpu.sh
- research/audio/FastSpeech/scripts/run_standalone_train_gpu.sh 51 additions, 0 deletions...arch/audio/FastSpeech/scripts/run_standalone_train_gpu.sh
- research/audio/FastSpeech/src/__init__.py 0 additions, 0 deletionsresearch/audio/FastSpeech/src/__init__.py
- research/audio/FastSpeech/src/audio/__init__.py 0 additions, 0 deletionsresearch/audio/FastSpeech/src/audio/__init__.py
- research/audio/FastSpeech/src/audio/stft.py 148 additions, 0 deletionsresearch/audio/FastSpeech/src/audio/stft.py
- research/audio/FastSpeech/src/audio/tools.py 47 additions, 0 deletionsresearch/audio/FastSpeech/src/audio/tools.py
- research/audio/FastSpeech/src/cfg/__init__.py 0 additions, 0 deletionsresearch/audio/FastSpeech/src/cfg/__init__.py
- research/audio/FastSpeech/src/cfg/config.py 129 additions, 0 deletionsresearch/audio/FastSpeech/src/cfg/config.py
- research/audio/FastSpeech/src/dataset.py 165 additions, 0 deletionsresearch/audio/FastSpeech/src/dataset.py
- research/audio/FastSpeech/src/deepspeech2/__init__.py 0 additions, 0 deletionsresearch/audio/FastSpeech/src/deepspeech2/__init__.py
- research/audio/FastSpeech/src/deepspeech2/dataset.py 69 additions, 0 deletionsresearch/audio/FastSpeech/src/deepspeech2/dataset.py
- research/audio/FastSpeech/src/deepspeech2/model.py 315 additions, 0 deletionsresearch/audio/FastSpeech/src/deepspeech2/model.py
- research/audio/FastSpeech/src/import_ckpt/__init__.py 0 additions, 0 deletionsresearch/audio/FastSpeech/src/import_ckpt/__init__.py
Please register or sign in to comment