nestedtensor icon indicating copy to clipboard operation
nestedtensor copied to clipboard

[Prototype] Tools for the concurrent manipulation of variably sized Tensors.

Results 49 nestedtensor issues
Sort by recently updated
recently updated
newest added

more irregular nested_sizes

testing

[See](https://github.com/pytorch/nestedtensor/pull/35/files#diff-550bf0adbe042646464e9b7ac2c2773fR72)

enhancement

One way to do this could be by porting our tests and test gen to pytest.

enhancement
testing

- exclude scalar case from get_max_size - update test cases for test_ntftm_test_multi_tensor_mix_mask3 (remove empty tensor) - use nested_size() instead of unbind() in get_max_size - look into getting rid of tolist()

enhancement

See more info [here](https://github.com/pytorch/nestedtensor/issues/14).

enhancement