diff --git a/config_jingbo.py b/config_jingbo.py index ba24fac..c194ec0 100644 --- a/config_jingbo.py +++ b/config_jingbo.py @@ -262,8 +262,8 @@ sqlitedb.connect() settings = f'{input_size}-{horizon}-{train_steps}--{k}-{data_set}-{y}' # 获取日期时间 -now = datetime.datetime.now().strftime('%Y%m%d%H%M%S') # 获取当前日期时间 -# now = datetime.datetime.now().strftime('%Y-%m-%d') # 获取当前日期时间 +# now = datetime.datetime.now().strftime('%Y%m%d%H%M%S') # 获取当前日期时间 +now = datetime.datetime.now().strftime('%Y-%m-%d') # 获取当前日期时间 reportname = f'Brent原油大模型预测--{now}.pdf' # 报告文件名 reportname = reportname.replace(':', '-') # 替换冒号