训练yolov7遇上的问题

在训练yolov7-d6、yolov7-e6、yolov7-e6e、yolov7-w6时出现IndexError: list index out of range的情况,我在训练yolov7和yolov7x时并没有遇到错误。具体错误如下:
Traceback (most recent call last):
IndexError: list index out of range
wandb: Waiting for W&B process to finish... (failed 1). Press Ctrl-C to abort syncing.
wandb: Synced exp3: https://wandb.ai/chengdu-univerisity-of-technology/YOLOR/runs/jmewt2w6
wandb: Synced 6 W&B file(s), 0 media file(s), 0 artifact file(s) and 0 other file(s)
wandb: Find logs at: .\wandb\run-20221014_202355-jmewt2w6\logs

IndexError: list index out of range是超出范围索引,,如果是图像训练,应该是图像像素大小问题