Closed epona7471 closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.
Welcome to the 🐸TTS project! We are excited to see your interest, and appreciate your support!
This repository is governed by the Contributor Covenant Code of Conduct. For more details, see the CODE_OF_CONDUCT.md file.
If you've found a bug, please provide the following information:
Describe the bug I am trying to use other dataset(Korean) and I don't know why this directory path includes "(quotation mark) in the middle with no reason during running. Check below error message and find the (") before yoon-349
RuntimeError: Error opening '/content/TTS/filelists/wavs/"yoon-349.wav': System error.
my metadata.csv does not include any quotation mark.
Do you have similar bugs reported?
To Reproduce Steps to reproduce the behavior:
My command is below
python TTS/bin/train_glow_tts.py \ --config_path "/content/drive/My Drive/Colab Notebooks/data/glowtts-v2/config.json" \ --coqpit.datasets.0.path "/content/TTS/filelists" \ --coqpit.audio.stats_path "/content/drive/My Drive/Colab Notebooks/data/glowtts-v2/scale_stats_new.npy" \ --coqpit.test_sentences_file "/content/TTS/test_sentences.txt" \ --coqpit.output_path "/content/drive/My Drive/Colab Notebooks/data/glowtts-v2/" \ --coqpit.num_loader_workers 2 \ --coqpit.num_val_loader_workers 2 \ --restore_path "/content/drive/My Drive/Colab Notebooks/data/glowtts-v2/model_file.pth.tar")
Expected behavior A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Additional context
This is my full error script
/content/TTS