Update PhonemeCoverage.ipynb

Use from multiprocessing for phoneme processing
pull/10/head
Alexander Korolev 2020-08-03 16:44:53 +02:00 committed by GitHub
parent e0f26d3b99
commit 33e9a3a8d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
"from TTS.tts.utils.text import phoneme_to_sequence, sequence_to_phoneme\n",
"from tqdm import tqdm\n",
"from matplotlib import pylab as plt\n",
"from multiprocessing import Pool, cpu_count",
"\n",
"# extra imports that might not be included in requirements.txt\n",
"import collections\n",