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
if not error, the model should be saved at res_dir = "./runs/detect/prune/weights/prune.pt"
do you change the dir in the code:
`# Load a model
yolo = YOLO("./runs/detect/yolov8s/weights/last.pt")
hi, when I run prune.py, then it just print the model summary, threshold and got stuck, nothing happen.
"YOLOv8-samt_multi3 summary: 321 layers, 9792692 parameters, 0 gradients
tensor(1.0654)"
do you know what happen and how to figure out the bug?
thanks
The text was updated successfully, but these errors were encountered: