Deep-Compression-PyTorch icon indicating copy to clipboard operation
Deep-Compression-PyTorch copied to clipboard

dimension error

Open hoangdung3498 opened this issue 1 year ago • 0 comments

i try weight sharing and huffman encode for yolov7 but it both have error:

TypeError:** expected dimension <= 2 array or matrix

Turn out coo matrix in scipy only support weight maxtrix with shape <=2. So it not flexible. Any fix for that ???.Thank you

hoangdung3498 avatar Jun 16 '23 02:06 hoangdung3498