nestedtensor
nestedtensor copied to clipboard
About gather operator
I want to use torch.gather for NestedTensor, but report this error
RuntimeError: Could not run 'aten::gather' with arguments from the 'PrivateUse1' backend.
How can I solve it?
Hello @linyangsdu,
gather is currently not implemented. Could you post a snippet with your intended use so we can implement it?
Thanks, Christian