diff --git a/paddle/fluid/operators/reader/read_op.cc b/paddle/fluid/operators/reader/read_op.cc index 410c73de4f648520c077ee7a16b9adafda3d5d2f..9a4885056cdba5f837ccc9fd2e1fd443394f5f59 100644 --- a/paddle/fluid/operators/reader/read_op.cc +++ b/paddle/fluid/operators/reader/read_op.cc @@ -157,8 +157,8 @@ class ReadOpMaker : public framework::OpProtoAndCheckerMaker { .SetDefault(true); AddAttr("infer_out", "").SetDefault(true); AddAttr("drop_last", - "Whether to drop last batches whose number is less than CPU " - "cores/GPU cards number") + "Whether to drop last batches whose number is less than " + "actual used device number.") .SetDefault(true); AddComment(R"DOC( Read Operator