arunmallya / packnet

Code for PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning
https://arxiv.org/abs/1711.05769
229 stars 40 forks source link

Time inference is same after pruning model by Pytorch #7

Open AouatifZ opened 1 year ago

AouatifZ commented 1 year ago

Hello

Please, I have a problem concerning the optimization of YOLOX model by Pytorch Pruning (Global & Local) I got the same inference time after the optimization, I don't understand why ?

is it that the prune model by Pytoch does not remove the tensors which have equal to 0 after the equalization or there is another thing

any help

thanks in advance