bug fix for wavernn training

pull/10/head
erogol 2020-10-30 14:08:41 +01:00
parent a44ef58aea
commit ef04d7fae7
1 changed files with 1 additions and 1 deletions

View File

@ -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)