You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used some method like: prune weights < threshold; give every 3*3 weights a mask, and skip the compute when mask ==0; use L1 regula to delete some feature maps in cfg file; use openmp to realize threads compute in cpu
because the pruned weights is also float 32, so weights file is same big as before, but you can use hoffman convert to compress weights file
natuerlich, in convolutional.c files, the author has some functions to plot the weights map, you can find them :)
thanks , openmp shall be used onlyin the case of cpu
since the weight size before and after pruning are the same but the performance(fps) is improved right??have you used huffman to compress the weights
3.thanks for the pointers
4.after performing pruning did you re-train the model i.e iterative pruning and training , if so what is the loss value and iteration u have reached
Thanks in advance
@ArtyZe Thanks for referning this repo , i have few queries
The text was updated successfully, but these errors were encountered: