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
Because the order of the axes to be reduced should not matter.
This makes it also easier to reduce over all axes, like in reduce(x, mode="sum", axis=x.shape).
Because the order of the axes to be reduced should not matter.
This makes it also easier to reduce over all axes, like in
reduce(x, mode="sum", axis=x.shape)
.This might need an extension on RETURNN side.
(This came up in a code example by @JackTemaki.)
The text was updated successfully, but these errors were encountered: