ZJU-lishuang / yolov5_prune

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

修改linux 文件创建错误 #77

Closed wemindful closed 7 months ago

wemindful commented 2 years ago

修复以下错误: Traceback (most recent call last): File "slim_prune_yolov5s.py", line 263, in pruned_cfg_file = write_cfg(pruned_cfg_name, [model.hyperparams.copy()] + compact_module_defs) File "/home/yolov5_prune-6/utils/prune_utils.py", line 139, in write_cfg if not os.path.exists(os.path.split(cfg_file)[0]):