YGJYG-qzq
Results
2
comments of
YGJYG-qzq
I agree with you. I found that, too.
I fix this issue by using the function 'permute' like the following: ``` import torch factor = 2 bs = 4 hs = 3 eh = torch.randn(factor, bs, hs) eh_p...