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
importpytensor.tensorasptpt.einsum("..., ..., ...-> ...", pt.ones(2), pt.ones(2), pt.ones(2))
# ValueError: Each step of einsum must have 1 or 2 operands, got 3
Uh oh!
There was an error while loading. Please reload this page.
Description
Found when trying to add einops support: arogozhnikov/einops#362
The text was updated successfully, but these errors were encountered: