ruihangdu / Decompose-CNN

CP and Tucker decomposition for Convolutional Neural Networks
75 stars 21 forks source link

TypeError: transpose() received an invalid combination of arguments - got (list), but expected one of: * (int dim0, int dim1) * (name dim0, name dim1) #5

Open longinu opened 11 months ago

longinu commented 11 months ago

When I use thcker method, it always appear this problem, i want to know solve it or others have ever meet that

FengMu1995 commented 9 months ago

try to add tl.set_backend('pytorch') into your code