hi @wenwei202 , Thank you for your sharing. Based on your paper, I implemented ZJCV/SSL using pytorch, including train-prune-finetuing for VGGNet and ResNet
- For VGGNet, I realized filter/channel/filter_and_channel pruning;
- For ResNet, I realized depth pruning.
From the experimental results, we can see that the pruning effect is very good. Thank you again for SSL