channel-pruning icon indicating copy to clipboard operation
channel-pruning copied to clipboard

Weight normalization

Open julien-mille opened this issue 2 years ago • 0 comments

I cannot find in your code the normalization step (W_i \leftarrow W_i/||W_i||_F) described after Eq (4) in the ICCV2017 paper. I expected to find it in dictionary() in decompose.py. There is some normalization, involving W2_std and nowstd variables in the nested function updateW2, but it seems to be different from what is described in the paper. Any comment?

julien-mille avatar Jan 20 '22 16:01 julien-mille