Skip to content

Commit f4399e8

Browse files
authored
fix pp-yoloe-sod models train bug (#2487)
1 parent 752a814 commit f4399e8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

paddlex/repo_apis/PaddleDetection_api/configs/PP-YOLOE_plus_SOD-L.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ use_ema: true
8686
ema_decay: 0.9998
8787
ema_black_list: ['proj_conv.weight']
8888
custom_black_list: ['reduce_mean']
89+
find_unused_parameters: True
8990

9091
YOLOv3:
9192
backbone: CSPResNet

paddlex/repo_apis/PaddleDetection_api/configs/PP-YOLOE_plus_SOD-S.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ use_ema: true
8686
ema_decay: 0.9998
8787
ema_black_list: ['proj_conv.weight']
8888
custom_black_list: ['reduce_mean']
89+
find_unused_parameters: True
8990

9091
YOLOv3:
9192
backbone: CSPResNet

paddlex/repo_apis/PaddleDetection_api/configs/PP-YOLOE_plus_SOD-largesize-L.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ use_ema: true
8888
ema_decay: 0.9998
8989
ema_black_list: ['proj_conv.weight']
9090
custom_black_list: ['reduce_mean']
91+
find_unused_parameters: True
9192

9293
YOLOv3:
9394
backbone: CSPResNet

0 commit comments

Comments
 (0)