pytorch-tensor-decompositions
pytorch-tensor-decompositions copied to clipboard
Parameter Size Increase
Hi, thanks for the great implementation of tensor decomposition. However, when I apply your code to my resnet model, the decomposed model actually has more parameters than the original one. Do you have any idea about that?
It is impossible to have more parameters than the original one. maybe if you share the code, I can help you to know what is the problem is