提交 2ab4cc8a 编写于 作者: W wangguibao

text_classification OP

Change-Id: I058c0a5d43d8dbff91454f2a18f61f026b2d6704
上级 a22898db
......@@ -110,7 +110,7 @@ int TextClassificationOp::inference() {
// call paddle fluid model for inferencing
if (inference_fake(in, out, sample_size) != 0) {
if (inference_real(in, out, sample_size) != 0) {
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册