How to multiply two tensors' axes in PyTorch?

后端 未结 0 933
春和景丽
春和景丽 2021-01-12 11:41

I have two 3D tensors of shape:

a = torch.full([1495, 110247, 1], 0.5)
b = torch.full([1495, 110247, 2], 1)

I want to multiply them so that t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题