Skip to content

Commit 81c0ccd

Browse files
authored
Fix iseg regression (#2190)
1 parent 73696aa commit 81c0ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/regression/regression_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@
16671667
"class_incr": {
16681668
"multi_class": {
16691669
"train": {
1670-
"MaskRCNN-ResNet50": 4367.131,
1670+
"MaskRCNN-ResNet50": 5154.329,
16711671
"MaskRCNN-EfficientNetB2B": 4342.104
16721672
}
16731673
}
@@ -2059,8 +2059,8 @@
20592059
"supervised": {
20602060
"multi_class": {
20612061
"train": {
2062-
"MaskRCNN-ResNet50": 121.861,
2063-
"MaskRCNN-EfficientNetB2B": 109.647
2062+
"MaskRCNN-ResNet50": 142.759,
2063+
"MaskRCNN-EfficientNetB2B": 119.753
20642064
}
20652065
}
20662066
},

0 commit comments

Comments
 (0)