Open yummyKnight opened 1 year ago
Hi, have you figured it out ? I am also facing the same problem
@gkrisp98 Hi. Unfortunately, no. I figured out that problem may lay in SPP layers. So try modify architecture to avoid something like that or you can prune only backbone.
Object detection models from torchvision not working. If you try to prune pretrained object detection models from torchvision you will got an error:
Sample code to reproduce:
python=3.8 torch==1.10.0 torch-pruning==1.0.0 torchvision==0.11.0