mozilla / TTS

:robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts)
Mozilla Public License 2.0
9.27k stars 1.24k forks source link

TypeError: BaseDatasetConfig.init() got an unexpected keyword argument 'name' #779

Open iaclaudioia8 opened 9 months ago

iaclaudioia8 commented 9 months ago

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'