mmcdermott / nested_ragged_tensors

Utilities for efficiently working with, saving, and loading, collections of connected nested ragged tensors in PyTorch
MIT License
7 stars 1 forks source link

If a set of tensors is empty, the pipeline should either do something more intelligent (such as drop that tensor) or error gracefully. #12

Closed mmcdermott closed 1 month ago

mmcdermott commented 2 months ago

Currently, it throws an error about an index out of bounds during an access to T[0] in initialize_tensors