-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Ran a small example it doesn't produce the align.json file.
"""
Traceback (most recent call last):
File "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/Users/raisintoastllc/MachineLearning/Projects/SpeechSynthesis/DataProcessing/DSAlign/align/align.py", line 85, in align
tc = read_script(script)
File "/Users/raisintoastllc/MachineLearning/Projects/SpeechSynthesis/DataProcessing/DSAlign/align/align.py", line 47, in read_script
tc = TextCleaner(alphabet,
NameError: name 'alphabet' is not defined
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/raisintoastllc/MachineLearning/Projects/SpeechSynthesis/DataProcessing/DSAlign/align/align.py", line 682, in <module>
main()
File "/Users/raisintoastllc/MachineLearning/Projects/SpeechSynthesis/DataProcessing/DSAlign/align/align.py", line 521, in main
for aligned_file, file_total_fragments, file_dropped_fragments, file_reasons in \
File "/Users/raisintoastllc/MachineLearning/Projects/SpeechSynthesis/DataProcessing/DSAlign/align/utils.py", line 73, in log_progress
for global_step, obj in enumerate(it, 1):
File "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/pool.py", line 868, in next
raise value
NameError: name 'alphabet' is not defined
Metadata
Metadata
Assignees
Labels
No labels