ZJU-lishuang / yolov5_prune

yolov5 prune,Support V2, V3, V4 and V6 versions of yolov5
Apache License 2.0
560 stars 137 forks source link

File "/home/kanghui/yolov5-master-prune2/modelsori.py", line 277, in __init__ self.module_defs = parse_model_cfg(cfg) File "/home/kanghui/yolov5-master-prune2/modelsori.py", line 266, in parse_model_cfg mdefs[-1][key] = val.strip() IndexError: list index out of range #8

Closed EricHuiK closed 3 years ago

ZJU-lishuang commented 3 years ago

Maybe your cfg file has a problem. There is not enough information to find more specific errors.