Skip to content

Commit acec4cb

Browse files
author
chengduozh
committed
[1.1]fix op_role value
test=release/1.1
1 parent ee74be3 commit acec4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/op_proto_maker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ enum class OpRole {
3333
// used for distributed training.
3434
kDist = 0x0008,
3535
// Tag all learning rate scheduler operators.
36-
kLRSched = 0x0016,
36+
kLRSched = 0x0010,
3737

3838
kLoss = 0x0100,
3939
// The default value of op's role. This should be only used for unittests and

0 commit comments

Comments
 (0)