How to concatenate specific tensors in a list of torch.tensors along a particular dimension

后端 未结 0 1008
甜味超标
甜味超标 2021-01-30 08:47

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题