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

Error : raise StopIteration StopIteration #140

Open
farhadrahimiinfo opened this issue Aug 24, 2023 · 0 comments
Open

Error : raise StopIteration StopIteration #140

farhadrahimiinfo opened this issue Aug 24, 2023 · 0 comments

Comments

@farhadrahimiinfo
Copy link

farhadrahimiinfo commented Aug 24, 2023

hi
Thank you for sharing your implementation
please help me .

i run this command
python create_training_data.py --config config/training_config.yaml

created 4 folder for me

  • char_pitch.alinger_extralayer_layernorm.Stress_NoBreathing.MelGAN_default
  • durations.alinger_extralayer_layernorm.Stress_NoBreathing.MelGAN_default
  • mels.MelGAN_default
  • pitch.MelGAN_default

and then i run this command

python train_aligner.py --config config/training_config.yaml

but
It gives me the following error.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "train_aligner.py", line 137, in
test_mel, test_phonemes, _, test_fname = valid_dataset.next_batch()
File "/home/TTS/TransformerTTS-main/TransformerTTS-main/data/datasets.py", line 272, in next_batch
return next(self.data_iter)
File "/root/miniconda3/envs/ttsmain/lib/python3.8/site-packages/tensorflow/python/data/ops/iterator_ops.py", line 816, in next
raise StopIteration
StopIteration

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