79363781

Date: 2025-01-17 06:17:13
Score: 2
Natty:
Report link

This numpy einsum expression works as torch's bmm function:

np.einsum('bmn,bnk->bmk', x, y) 

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mou