diff --git a/paddle/fluid/operators/checkpoint_notify_op.cc b/paddle/fluid/operators/checkpoint_notify_op.cc index 7fc5b5e62214c57c1ececbe0a34228d57d8d9b74..c4219a429a53eb4869426a2674109555fb784b85 100644 --- a/paddle/fluid/operators/checkpoint_notify_op.cc +++ b/paddle/fluid/operators/checkpoint_notify_op.cc @@ -55,10 +55,9 @@ class CheckpointNotifyOp : public framework::OperatorBase { class CheckpointNotifyOpMaker : public framework::OpProtoAndCheckerMaker { public: void Make() { - AddAttr>( - "epmap", - "(string vector, default 127.0.0.1:6164)" - "Server endpoints in the order of input variables for mapping") + AddAttr>("epmap", + "(string vector, default 127.0.0.1:6164)" + "Parameter Server endpoints in the order") .SetDefault({"127.0.0.1:6164"}); AddAttr( "dir", "(string, default '') indicate the folder checkpoint will use");