-
Notifications
You must be signed in to change notification settings - Fork 68
[Bug] Slice indexing in ONNX #94
Copy link
Copy link
Closed
Description
Please refer to pytorch/pytorch#24251
Basically, ONNX uses extremely large numbers to represent slicing until the end of certain dimensions, which will be prohibited the defensive conditions in
| if not (-n <= i <= n and -n <= j <= n): |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels