ruihangdu / Decompose-CNN

CP and Tucker decomposition for Convolutional Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

longinu opened this issue · comments

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

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