Schinkikami
Results
1
issues of
Schinkikami
Einops allows the use of _rearrange_ to concatenate a list of tensors, like shown in the [einops for deep learning](https://github.com/arogozhnikov/einops/blob/master/docs/2-einops-for-deep-learning.ipynb) notebook. ``` import torch import einops x = [torch.rand([3,20,20]) for...
feature suggestion