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
in the code above:
z shape is (self.batch, self.d , self.htself.wdth , self.no_of_vert)
while Q shape is (self.batch, self.htself.wdth, self.d , self.no_of_vert)
When the code is executed to z = torch.mul(z,Q), an error will be reported