Skip to content
New issue

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

fine-tuning error... #44

Open
RASPIAUDIO opened this issue Jun 27, 2023 · 0 comments
Open

fine-tuning error... #44

RASPIAUDIO opened this issue Jun 27, 2023 · 0 comments

Comments

@RASPIAUDIO
Copy link

(this is my first experience in TTS)
My goal is to do fine-tuning on the model "tts_models--multilingual--multi-dataset--your_tts"
I use a dataset of 200 clips (22050)
I always get a message about "audio_unique names"...

....

TRAINING (2023-06-27 10:03:16)
! Run is kept in /home/ros/yourTTS/louisOutput1/vits_tts-louis-french-June-27-2023_10+03AM-d6581942
Traceback (most recent call last):
File "/home/ros/.local/lib/python3.10/site-packages/trainer/trainer.py", line 1591, in fit
self._fit()
File "/home/ros/.local/lib/python3.10/site-packages/trainer/trainer.py", line 1544, in _fit
self.train_epoch()
File "/home/ros/.local/lib/python3.10/site-packages/trainer/trainer.py", line 1309, in train_epoch
_, _ = self.train_step(batch, batch_num_steps, cur_step, loader_start_time)
File "/home/ros/.local/lib/python3.10/site-packages/trainer/trainer.py", line 1126, in train_step
batch = self.format_batch(batch)
File "/home/ros/.local/lib/python3.10/site-packages/trainer/trainer.py", line 912, in format_batch
batch = self.model.format_batch(batch)
File "/home/ros/TTS/TTS/tts/models/vits.py", line 1480, in format_batch
d_vectors = [d_vector_mapping[w]["embedding"] for w in batch["audio_unique_names"]]
File "/home/ros/TTS/TTS/tts/models/vits.py", line 1480, in
d_vectors = [d_vector_mapping[w]["embedding"] for w in batch["audio_unique_names"]]
KeyError: 'lr#wavs/a0134'

I am stuck...
Can anybody help me?....
THANKS!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant