mirror of
https://github.com/wassname/TTS.git
synced 2026-09-11 12:00:24 +08:00
Bug fixes
This commit is contained in:
@@ -37,7 +37,7 @@ def get_commit_hash():
|
||||
|
||||
def create_experiment_folder(root_path, model_name, debug):
|
||||
""" Create a folder with the current date and time """
|
||||
date_str = datetime.datetime.now().strftime("%B-%d-%Y_%I:%M%p")
|
||||
date_str = datetime.datetime.now().strftime("%B-%d-%Y_%I+%M%p")
|
||||
if debug:
|
||||
commit_hash = 'debug'
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user