From acec4cb8ca712af020f57207df7bfd1731161d1e Mon Sep 17 00:00:00 2001 From: chengduozh Date: Mon, 29 Oct 2018 17:09:03 +0800 Subject: [PATCH] [1.1]fix op_role value test=release/1.1 --- paddle/fluid/framework/op_proto_maker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/framework/op_proto_maker.h b/paddle/fluid/framework/op_proto_maker.h index 678c14a44b..4c59c73d87 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 -- GitLab