Skip to content

Commit

Permalink
notebooks: update PhonemeCoverage to current APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhwgh1968 committed Aug 5, 2023
1 parent 4e7f8cd commit 3206b18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/dataset_analysis/PhonemeCoverage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"outputs": [],
"source": [
"# import stuff\n",
"from TTS.utils.io import load_config\n",
"from TTS.tts.datasets.formatters import load_tts_samples\n",
"from TTS.tts.utils.text import phoneme_to_sequence, sequence_to_phoneme\n",
"from TTS.config import load_config\n",
"from TTS.tts.datasets import load_tts_samples\n",
"from TTS.tts.utils.text.tokenizer import TTSTokenizer\n",
"from tqdm import tqdm\n",
"from matplotlib import pylab as plt\n",
"from multiprocessing import Pool, cpu_count\n",
Expand Down

0 comments on commit 3206b18

Please sign in to comment.