You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am trying to run evaluation mode only multiple times with a fixed set of sentence.
May I ask for some advice on how to do so?
Currently I am looking at tacotron/train.py, line 240, evaluation mode is run.
But the input for evaluation is the test set randomly chosen by feeder.py. Is it possible to replace with my custom set?
And also the test set should include more that one sentence but seems that it only did GLA and save .wav file for 1 sentence?
Did I misunderstand anything or how to save all the spectrogram/wav outputs from evaluation mode?
Many thanks.
The text was updated successfully, but these errors were encountered:
Hello. I am trying to run evaluation mode only multiple times with a fixed set of sentence.
May I ask for some advice on how to do so?
Currently I am looking at tacotron/train.py, line 240, evaluation mode is run.
But the input for evaluation is the test set randomly chosen by feeder.py. Is it possible to replace with my custom set?
And also the test set should include more that one sentence but seems that it only did GLA and save .wav file for 1 sentence?
Did I misunderstand anything or how to save all the spectrogram/wav outputs from evaluation mode?
Many thanks.
The text was updated successfully, but these errors were encountered: