Skip to content

Commit e1f8b78

Browse files
committed
minor change
1 parent ba7c429 commit e1f8b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_ner/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_config(path_to_config: str) -> Dict[str, Any]:
2020

2121
config["save"]["path_to_folder"] = (
2222
Path(config["save"]["path_to_folder"])
23-
/ f"model_{datetime.datetime.now().strftime('%Y-%m-%d %H-%M-%S')}"
23+
/ f"model_{datetime.datetime.now().strftime('%Y-%m-%d_%H-%M-%S')}"
2424
)
2525

2626
# mkdir if not exists

0 commit comments

Comments
 (0)