We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running TTS egs
UniAudio/UniAudio/tools/tokenizer/phone/text_tokenizer.py
Line 12 in b4da009
no TextTokenizer
class Text2PhoneTokenizer(AbsTokenizer): def __init__(self, langdir='UniAudio/checkpoints/lang_nosp'): super(TextTokenizer, self).__init__()
5 Traceback (most recent call last): 6 File "data_scripts/offline_tokenization.py", line 161, in <module> 7 main(sys.argv[1:]) 8 File "data_scripts/offline_tokenization.py", line 70, in main 9 tokenizer = PhoneTokenizer(duplicate=True) 10 TypeError: __init__() got an unexpected keyword argument 'duplicate'
The text was updated successfully, but these errors were encountered:
I'm having the same problem, were you able to make it work?
Sorry, something went wrong.
Yes, that worked, but now it's asking for a config.yaml, how can I generate or get one?
No branches or pull requests
running TTS egs
UniAudio/UniAudio/tools/tokenizer/phone/text_tokenizer.py
Line 12 in b4da009
no TextTokenizer
The text was updated successfully, but these errors were encountered: