Suppose I have a list of torch tensors: 16 tensors in a list, each tensor of size (10,5).
I need to concatenate every 8th tensor in the list along dim=1.
At the en