"results/bloom/bloom-1b1/bloom-1b1_xstory_cloze_0-shot.json" did not exist on "0542d35d5e56768dd9041ef9b88b90256970d843"
yolov5up6_cspdarknet.yml 169 Bytes
Newer Older
wangkx1's avatar
wangkx1 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
_BASE_: [
  'yolov5u_cspdarknet.yml',
]

CSPDarkNet:
  arch: "P6"
  return_idx: [2, 3, 4, 5]

YOLOCSPPAN:
  depthwise: false

YOLOv8Head:
  fpn_strides: [8, 16, 32, 64]