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
When indexing a 3-D tensor with size [4, 4, 4] with 2 or -1 with merge, I think we should get the same error. Note, the 2nd error also should occur when the dim is specified as value 1 and -2.
With absolute indexing, I get the following error:
When indexing a 3-D tensor with size
[4, 4, 4]
with2
or-1
withmerge
, I think we should get the same error. Note, the 2nd error also should occur when the dim is specified as value1
and-2
.With absolute indexing, I get the following error:
Error:
With relative indexing I get:
Error:
The text was updated successfully, but these errors were encountered: