Hi
Can I pass a text file to the PWgan synthesize.py like i do with the training of the TTS?
I have noticed that if I run synthesize.py several times with different sentences, the tonation/expression of the voice sometimes change.
I am setting up variables in Colab to easily be able to pass it to the python script like so:
out_dir = “’/content/drive/My Drive/output’”
speech = “‘This is a test sentence’”
Could i do something like
speech = “’/content/drive/My Drive/sentences.txt’”
I’ve also noticed that i get problems when using
speech = “‘I’m a noob and I’m really bad at this shit’”
due to the single quotation marks. Is there any way around it? Obviously I want to be able to write “I’m” and not “Im”