We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e72f46c + 50f18e0 commit 6c52807Copy full SHA for 6c52807
text_classification/continuous_evaluation.py
@@ -7,7 +7,7 @@
7
from kpi import CostKpi
8
from kpi import DurationKpi
9
10
-lstm_train_cost_kpi = CostKpi('lstm_train_cost', 0.2, 0)
+lstm_train_cost_kpi = CostKpi('lstm_train_cost', 5, 0)
11
lstm_pass_duration_kpi = DurationKpi('lstm_pass_duration', 0.2, 0)
12
13
0 commit comments