Closed
Description
How do we slice tensors based on their names ? Are there named equivalents for
-
t[0,:,:] = blabla
-
x= t.narrow(0, 0, 1)
cc @zou3519
8000
How do we slice tensors based on their names ? Are there named equivalents for
t[0,:,:] = blabla
x= t.narrow(0, 0, 1)
cc @zou3519