Skip to content

Commit

Permalink
fix pp-yoloe-sod models train bug (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-q8 authored Nov 15, 2024
1 parent 752a814 commit f4399e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ use_ema: true
ema_decay: 0.9998
ema_black_list: ['proj_conv.weight']
custom_black_list: ['reduce_mean']
find_unused_parameters: True

YOLOv3:
backbone: CSPResNet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ use_ema: true
ema_decay: 0.9998
ema_black_list: ['proj_conv.weight']
custom_black_list: ['reduce_mean']
find_unused_parameters: True

YOLOv3:
backbone: CSPResNet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ use_ema: true
ema_decay: 0.9998
ema_black_list: ['proj_conv.weight']
custom_black_list: ['reduce_mean']
find_unused_parameters: True

YOLOv3:
backbone: CSPResNet
Expand Down

0 comments on commit f4399e8

Please sign in to comment.