-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resnet18: AttributeError: 'SVDDecomposedConvLayer' object has no attribute 'min_rank' #13
Comments
hi everybody! can anyone fix it? doesn't seem like a big issue more like a bug. |
https://github.com/musco-ai/musco-pytorch/blob/master/musco/pytorch/compressor/decompositions/svd_layer.py#L168 |
any fix? |
Hi @aupuzikov and @aswanthkrishna, thank you for noticing this bug! Now it is fixed |
thanks a lot :) |
It seems not to be fixed if it gets installed with pip. I still have:
I used musco-pytorch 1.0.6. Solution:
This results in:
or
Which would be a new issue though, but I thought I at least mention it. The output seems random. Used code from Github readme. |
I've tried to compress my resnet18 and failed. SVDDecomposedConvLayer has no min_rank field. I'm getting exception.
because of 6e4c947
The text was updated successfully, but these errors were encountered: