(Malayalam TTS) Run time error

I have been trying to use TTS project and use Malayalam for the same. When I am training with a Malayalam dataset after changing parameters following things as mentioned in FAQ:

 > Using CUDA:  False
 > Number of GPUs:  0
 > Git Hash: 3e0b95c
 > Experiment folder: ../ljspeech-graves-February-18-2020_04+03AM-3e0b95c
Traceback (most recent call last):
  File "train.py", line 704, in <module>
    os.path.join(OUT_PATH, 'config.json'), new_fields)
  File "/usr/local/lib/python3.6/dist-packages/TTS-0.0.1+3e0b95c-py3.6.egg/TTS/utils/generic_utils.py", line 101, in copy_config_file
    config_out_file = open(out_path, "w")
FileNotFoundError: [Errno 2] No such file or directory: '../ljspeech-graves-February-18-2020_04+03AM-3e0b95c/config.json'

This is my Config.json

This seems pretty clear:

Did you specify a config when you ran this?

Yes config.json file is in my fork of TTS repository. Where else shoud I have my config file?

The error’s pretty clear, perhaps you can post what the command was you ran?

Hi @baconator, the following notebooks shows how I trained my model

https://colab.research.google.com/drive/14pDrtQqy8EF-Yf8HIRHslqB_2Pm_2Ihd

The error message came when I ran the command:

python train.py --config_path config.json | tee training.log

Was able to fix this issue after changing experiment folder from config.json

1 Like