From eb7bc3e7eac0db27b69ec9decd4d26758e385769 Mon Sep 17 00:00:00 2001 From: xuezhong Date: Wed, 20 Feb 2019 10:04:26 +0000 Subject: [PATCH] remove non-ascii charactor test=develop --- paddle/fluid/operators/sample_logits_op.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/operators/sample_logits_op.cc b/paddle/fluid/operators/sample_logits_op.cc index f2a7f35e79..a7f7fb26b1 100644 --- a/paddle/fluid/operators/sample_logits_op.cc +++ b/paddle/fluid/operators/sample_logits_op.cc @@ -69,7 +69,7 @@ class SampleLogitsOpMaker : public framework::OpProtoAndCheckerMaker { "SampledLabels", "(Tensor, default: Tensor), A 2-D tensor. The sampled labels" "with shape [N, NT]. The tonsor contains hard labels as input to " - " softmax op, that is 0, 1, …, NT-1 because of the first NT elements" + " softmax op, that is 0, 1, ..., NT-1 because of the first NT elements" " of Sampels are positive lables."); AddAttr( "use_customized_samples", -- GitLab