Closed aturker-synnada closed 6 days ago
Tensor item does not work with ellipsis slice input.
input = IOKey("input", shape=(3, 4, 5)) model = Model() model += Buffer()(input=input[..., 3], output="output")
Should work as Numpy tensor slicing.
Describe the Bug
Tensor item does not work with ellipsis slice input.
To Reproduce
Expected Behavior
Should work as Numpy tensor slicing.
System Info