Skip to content

Commit ee6c70a

Browse files
authored
Fix yolov3.yaml remove list (#6655)
Per ultralytics/yolov3#1887 (comment)
1 parent ca0a007 commit ee6c70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/hub/yolov3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ backbone:
2828
# YOLOv3 head
2929
head:
3030
[[-1, 1, Bottleneck, [1024, False]],
31-
[-1, 1, Conv, [512, [1, 1]]],
31+
[-1, 1, Conv, [512, 1, 1]],
3232
[-1, 1, Conv, [1024, 3, 1]],
3333
[-1, 1, Conv, [512, 1, 1]],
3434
[-1, 1, Conv, [1024, 3, 1]], # 15 (P5/32-large)

0 commit comments

Comments
 (0)