Update trainer.py

This commit is contained in:
Ayush Chaurasia 2021-08-09 19:58:19 +05:30 committed by Eren Gölge
parent 28870f8df4
commit e685ddfca7
1 changed files with 0 additions and 2 deletions

View File

@ -1130,8 +1130,6 @@ def process_args(args, config=None):
used_characters = parse_symbols()
new_fields["characters"] = used_characters
copy_model_files(config, experiment_path, new_fields)
os.chmod(audio_path, 0o775)
os.chmod(experiment_path, 0o775)
dashboard_logger = init_logger(config)
c_logger = ConsoleLogger()