diff --git a/paddle/fluid/framework/op_proto_maker.h b/paddle/fluid/framework/op_proto_maker.h index 678c14a44b5c259ddc6f914b3fbb5b50e649993c..4c59c73d8779eceb267ad532aabccabbd54b0df2 100644 --- a/paddle/fluid/framework/op_proto_maker.h +++ b/paddle/fluid/framework/op_proto_maker.h @@ -33,7 +33,7 @@ enum class OpRole { // used for distributed training. kDist = 0x0008, // Tag all learning rate scheduler operators. - kLRSched = 0x0016, + kLRSched = 0x0010, kLoss = 0x0100, // The default value of op's role. This should be only used for unittests and