Bug fixes

This commit is contained in:
Eren G
2018-07-13 15:24:50 +02:00
parent 0ef3c0ac3f
commit adbe603af1
6 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -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: