Skip to content

Commit 6c52807

Browse files
authored
Merge pull request #3 from Superjomn/kolinwei-patch-1
update text_classification diff ratio
2 parents e72f46c + 50f18e0 commit 6c52807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text_classification/continuous_evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from kpi import CostKpi
88
from kpi import DurationKpi
99

10-
lstm_train_cost_kpi = CostKpi('lstm_train_cost', 0.2, 0)
10+
lstm_train_cost_kpi = CostKpi('lstm_train_cost', 5, 0)
1111
lstm_pass_duration_kpi = DurationKpi('lstm_pass_duration', 0.2, 0)
1212

1313

0 commit comments

Comments
 (0)