Commit ffd31e2c authored by 张彦钊's avatar 张彦钊

修改模型训练数据集日期

parent b2aa20b7
......@@ -18,9 +18,9 @@ def get_date():
month = now.month
day = now.day
date = datetime(year,month,day)
data_start_date = "2018-07-15"
data_end_date = "2018-08-30"
validation_date = "2018-08-29"
data_start_date = "2018-06-15"
data_end_date = "2018-09-01"
validation_date = "2018-08-31"
# data_start_date = (date - timedelta(days=3)).strftime("%Y-%m-%d")
# data_end_date = (date - timedelta(days=1)).strftime("%Y-%m-%d")
# validation_date = (date - timedelta(days=2)).strftime("%Y-%m-%d")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment