提交 239247da 编写于 作者: B baiyfbupt

update ce threshold

上级 92c166fd
......@@ -7,12 +7,12 @@ from kpi import CostKpi, DurationKpi, AccKpi
#### NOTE kpi.py should shared in models in some way!!!!
train_cost_kpi = CostKpi('train_cost', 0.02, 0, actived=True)
train_cost_kpi = CostKpi('train_cost', 0.2, 0, actived=True)
test_acc_kpi = AccKpi('test_acc', 0.01, 0, actived=True)
train_speed_kpi = AccKpi('train_speed', 0.2, 0, actived=True)
train_cost_card4_kpi = CostKpi('train_cost_card4', 0.02, 0, actived=True)
train_speed_kpi = AccKpi('train_speed', 1, 0, actived=True)
train_cost_card4_kpi = CostKpi('train_cost_card4', 0.2, 0, actived=True)
test_acc_card4_kpi = AccKpi('test_acc_card4', 0.01, 0, actived=True)
train_speed_card4_kpi = AccKpi('train_speed_card4', 0.2, 0, actived=True)
train_speed_card4_kpi = AccKpi('train_speed_card4', 1, 0, actived=True)
tracking_kpis = [
train_cost_kpi,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册