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
Running everyvoice demo creates logs_and_checkpoints and preprocessed/YourDataSet folders if they don't exist in a directory which had been active when the everyvoice demo command was activated.
Running speech synthesis in demo interface creates a synthesis_output folder with a wav folder and latest_predict_data.pth file in it.
Although demo doesn't save anything in the created folders, no folder creation should occur.
The text was updated successfully, but these errors were encountered:
It looks like logs_and_checkpoints no longer gets created, which is good, but the synthesis_output folder still gets created when you synthesize stuff, with this contents:
if -o is used, then maybe it's OK to create some output
since no files ever actually get saved into wav/, it should not be created
if it's relevant to create latest_predict_data.pth, it needs to be in the directory specified by -o, but I don't understand why that file gets saved, that probably should not happen, at least not by default.
Running
everyvoice demo
creates logs_and_checkpoints and preprocessed/YourDataSet folders if they don't exist in a directory which had been active when theeveryvoice demo
command was activated.Running speech synthesis in demo interface creates a synthesis_output folder with a wav folder and latest_predict_data.pth file in it.
Although demo doesn't save anything in the created folders, no folder creation should occur.
The text was updated successfully, but these errors were encountered: