Last active
November 17, 2024 10:02
-
-
Save erogol/97516ad65b44dbddb8cd694953187c5b to your computer and use it in GitHub Desktop.
TTS_example.ipynb
try installing Visual Studio Build Tools 2022 Microsoft C++ Build Tools and make sure you check the box for the "Desktop development with C++" Install option
Hi guys, I'm trying to run this notebook, but " from TTS.tts.datasets import load_tts_samples" - there are not any "load_tts_samples". Could someone give me a clue? Will be greatful...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'