We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7c429 commit e1f8b78Copy full SHA for e1f8b78
pytorch_ner/config.py
@@ -20,7 +20,7 @@ def get_config(path_to_config: str) -> Dict[str, Any]:
20
21
config["save"]["path_to_folder"] = (
22
Path(config["save"]["path_to_folder"])
23
- / f"model_{datetime.datetime.now().strftime('%Y-%m-%d %H-%M-%S')}"
+ / f"model_{datetime.datetime.now().strftime('%Y-%m-%d_%H-%M-%S')}"
24
)
25
26
# mkdir if not exists
0 commit comments