mirror of https://github.com/coqui-ai/TTS.git
bug fix for wavernn training
parent
a44ef58aea
commit
ef04d7fae7
|
@ -509,7 +509,7 @@ if __name__ == "__main__":
|
|||
new_fields["restore_path"] = args.restore_path
|
||||
new_fields["github_branch"] = get_git_branch()
|
||||
copy_config_file(
|
||||
args.config_path, os.path.join(OUT_PATH, "c.json"), new_fields
|
||||
args.config_path, os.path.join(OUT_PATH, "config.json"), new_fields
|
||||
)
|
||||
os.chmod(AUDIO_PATH, 0o775)
|
||||
os.chmod(OUT_PATH, 0o775)
|
||||
|
|
Loading…
Reference in New Issue