How can I concatenates a list of tensor with different shape along a new dimension in a gentle way?

前端 未结 0 545
不知归路
不知归路 2020-12-20 13:49

I have a list of torch.tensor where each tensor looks like:

torch.Size([85, 6])
torch.Size([60, 6])
torch.Size([221, 6])
torch.Size([38, 6])
torch.Size([74, 6         


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