diff --git a/paddle/fluid/operators/sample_logits_op.cc b/paddle/fluid/operators/sample_logits_op.cc index f2a7f35e79542ea8341a3593bd105c97b602bfb7..a7f7fb26b17c77e6fe87646d3cac20c02c49b52c 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",