Update trainer.py

This commit is contained in:
Ayush Chaurasia
2021-08-09 18:37:46 +00:00
committed by Eren Gölge
parent 28870f8df4
commit e685ddfca7
-2
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()