Deep-Compression-PyTorch
Deep-Compression-PyTorch copied to clipboard
dimension error
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