bastiengiraud

Results 1 issues of bastiengiraud

Hi All, When I'm trying to do this simple element wise multiplication: """ A = tn.ones(10,10).to(torch.long) B = tn.rand(10,10).to(torch.long) result = tn.mul(A,B) """ I get an error saying that tensors...