Skip to content

Commit

Permalink
Fix yolov3.yaml remove list
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Feb 16, 2022
1 parent ca0a007 commit b70fea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/hub/yolov3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ backbone:
# YOLOv3 head
head:
[[-1, 1, Bottleneck, [1024, False]],
[-1, 1, Conv, [512, [1, 1]]],
[-1, 1, Conv, [512, 1, 1]],
[-1, 1, Conv, [1024, 3, 1]],
[-1, 1, Conv, [512, 1, 1]],
[-1, 1, Conv, [1024, 3, 1]], # 15 (P5/32-large)
Expand Down

0 comments on commit b70fea8

Please sign in to comment.