Open davidberard98 opened 10 months ago
Nested tensors can have sizes that cannot be converted to ints (e.g. singleton symints representing the jagged dimension, like [4, j0, 8]). str() is supported on singleton symints.
@szagoruyko could you merge this? I'm happy to handle it as well if you want to give me write access.
Nested tensors can have sizes that cannot be converted to ints (e.g. singleton symints representing the jagged dimension, like [4, j0, 8]). str() is supported on singleton symints.