We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5eca77 commit bd3ce83Copy full SHA for bd3ce83
models/tts/base/tts_trainer.py
@@ -712,8 +712,8 @@ def _save_phone_symbols_file_to_exp_path(self):
712
phone_symbols_file_to_exp_path = os.path.join(
713
self.exp_dir, self.cfg.preprocess.symbols_dict
714
)
715
- os.chmod(phone_symbols_file_to_exp_path, 0o666)
716
shutil.copy(phone_symbols_file, phone_symbols_file_to_exp_path)
+ os.chmod(phone_symbols_file_to_exp_path, 0o666)
717
print(
718
"phone symbols been dumped to {}".format(
719
os.path.join(self.exp_dir, self.cfg.preprocess.symbols_dict)
0 commit comments