You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using tensor_iterator to iterate over a slice of tensor is quite slow. This is due to the complex indexing and the non-contiguity of data. It might be that masking the tensor is a better approach. It is also easier the parallelize operations on masked tensors compared to custom iterator
The text was updated successfully, but these errors were encountered:
Using tensor_iterator to iterate over a slice of tensor is quite slow. This is due to the complex indexing and the non-contiguity of data. It might be that masking the tensor is a better approach. It is also easier the parallelize operations on masked tensors compared to custom iterator
The text was updated successfully, but these errors were encountered: