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
After several tests, I think the line 183 of module.py (x@kernel) has a problem.
It calculates torch.matmul(x,kernel) instead of torch.einsum('ij,pj ->pi',kernel,x).
Hi,
After several tests, I think the line 183 of module.py (x@kernel) has a problem.
It calculates torch.matmul(x,kernel) instead of torch.einsum('ij,pj ->pi',kernel,x).