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

Using LeNet5

Open MiriamArbaji opened this issue 6 years ago • 1 comments

I'm Trying to apply the whole compression process on LeNet5 instead of LeNet300-100 I Fixed some problems I Encountered but now in the quantization step, I can't use sparse matrices because the shape of the first layer for example is considered with the kernel size, so I'm facing the following error: TypeError: expected dimension <= 2 array or matrix Is there a way to fix this problem?

MiriamArbaji avatar Apr 18 '19 16:04 MiriamArbaji

@MiriamArbaji Hi, I also meet the same problem with you ,and can you solve the problem ?

chen-ming2019 avatar Jul 04 '19 12:07 chen-ming2019