From da4f5a2f18f19f312249380ecbbbffbfeb6f11f6 Mon Sep 17 00:00:00 2001 From: heqiaozhi Date: Mon, 25 Feb 2019 09:58:12 +0800 Subject: [PATCH] remove mkl & fix commit test=develop --- paddle/fluid/operators/teacher_student_sigmoid_loss_op.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/operators/teacher_student_sigmoid_loss_op.cc b/paddle/fluid/operators/teacher_student_sigmoid_loss_op.cc index f02facf80ed..640644a9469 100644 --- a/paddle/fluid/operators/teacher_student_sigmoid_loss_op.cc +++ b/paddle/fluid/operators/teacher_student_sigmoid_loss_op.cc @@ -134,7 +134,7 @@ we add another label(z') to original. label = {-2, -1, [0, 2]} when z' is not exist, clk = 0 : label = -2; when z' is not exist, clk = 1 : label = -1; - when z' is exist , clk = 0 : label = 0 + z'; + when z' is exist , clk = 0 : label = 0 + z'; when z' is exist , clk = 1 : label = 1 + z'; )DOC"); -- GitLab