Torch-Pruning
Torch-Pruning copied to clipboard
How to iteratively prune in yolov5?
When I set the number of iterative pruning to 5, it only performs one pruning and then ends, how do I need to change the code to perform multiple iterative pruning? thanks
Hi @AFallDay, please repeat the pruner.step()
for 5 times.