Skip to content

Commit

Permalink
✅ [Pass] the test of 2 new models
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytsui000 committed Jun 9, 2024
1 parent 459de68 commit 4e5e582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yolo/config/model/v9-s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ model:
part_channels: 192
csp_args: {repeat_num: 3}
tags: N4

head:
- UpSample:
args: {scale_factor: 2, mode: nearest}
- Concat:
Expand Down Expand Up @@ -96,7 +96,7 @@ model:
reg_max: ${model.anchor.reg_max}
output: True

head:
auxiliary:
- SPPELAN:
source: B5
args: {out_channels: 256}
Expand Down

0 comments on commit 4e5e582

Please sign in to comment.