mirror of https://github.com/coqui-ai/TTS.git
- Fixes how parameters from the config are loaded while still making it possible for them to be overridden on the fly. - Prints the list of audio files by index. - Defines a constant to control which audio files gets loaded for all sections. - Eliminates having to load the audio processor twice. - Removes output (since it isn't relevant). |
||
---|---|---|
.. | ||
AnalyzeDataset.ipynb | ||
CheckDatasetSNR.ipynb | ||
CheckSpectrograms.ipynb | ||
PhonemeCoverage.ipynb | ||
README.md | ||
analyze.py |
README.md
Simple Notebook to Analyze a Dataset
By the use of this notebook, you can easily analyze a brand new dataset, find exceptional cases and define your training set.
What we are looking in here is reasonable distribution of instances in terms of sequence-length, audio-length and word-coverage.
This notebook is inspired from https://github.com/MycroftAI/mimic2