Torch-Pruning icon indicating copy to clipboard operation
Torch-Pruning copied to clipboard

Is there a better way to fine-tune yolov5s models after pruning

Open AFallDay opened this issue 1 year ago • 2 comments

I've tried putting the pruning code into train.py, but its detection is only half as good as the original, is there a better way? thanks

AFallDay avatar Nov 23 '23 02:11 AFallDay

Hi @AFallDay, I'm not very familiar with Yolo. Using a smaller learning rate can be helpful.

VainF avatar Nov 23 '23 03:11 VainF

I've tried putting the pruning code into train.py, but its detection is only half as good as the original, is there a better way? thanks

Hello, I have also encountered this problem. Do you have a good solution? Please reply. Thank you

maolinLiu666 avatar Feb 23 '24 05:02 maolinLiu666