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
Hi all,
I have launched the google colab: TTS_example.ipynb But when Train Tacotron DCA starts i get the follow issue:
TypeError Traceback (most recent call last) in <cell line: 18>() 16 17 # init configs ---> 18 dataset_config = BaseDatasetConfig( 19 name="ljspeech", meta_file_train="metadata.csv", path=os.path.join(output_path, "/content/LJSpeech-1.1") 20 )
TypeError: BaseDatasetConfig.init() got an unexpected keyword argument 'name'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I have launched the google colab: TTS_example.ipynb
But when Train Tacotron DCA starts i get the follow issue:
TypeError Traceback (most recent call last)
in <cell line: 18>()
16
17 # init configs
---> 18 dataset_config = BaseDatasetConfig(
19 name="ljspeech", meta_file_train="metadata.csv", path=os.path.join(output_path, "/content/LJSpeech-1.1")
20 )
TypeError: BaseDatasetConfig.init() got an unexpected keyword argument 'name'
The text was updated successfully, but these errors were encountered: