Kyubyong / dc_tts

A TensorFlow Implementation of DC-TTS: yet another text-to-speech model
Apache License 2.0
1.16k stars 370 forks source link

Beginner issue (can't load save_path when it is None) #90

Open toraouji opened 3 years ago

toraouji commented 3 years ago

Hi, I'm pretty simple minded when it comes to coding, but I'm trying to create a model of my own voice. I have a small sample of data from a larger set I recorded last year, and I'm trying to test a small model before dedicating time to a big one. I'm having an issue when I run train.py with tensorflow; I get "ValueError: Can't load save_path when it is None." Is there something I need to change in the hyperparams?

I've tried doing my own lil research to figure out the issue but I'm stuck. If someone could give me a solution I'd really appreciate it!

vinamramunot-tech commented 3 years ago

Edit the path for the dataset in the hyperparameter.py file.

ghost commented 1 year ago

@vinamramunot-tech @toraouji how did you solve it?