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'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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: