You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use torch pruning to ultralytics’s yolov11n-segmentation model.
Previously, when I applied your torch pruning to other torch models, it performed well without any problems.
However, if the yolo model of ultralytics is imported into model = YOLO ('yolov11n.pt ') and torch pruning is applied, current_speed_up does not increase and does not increase from 1.
When I analyzed it, I think torch pruning can not fine conv2d in models of ultralytics.