x = torch.randn(1,1,5) torch.cat((x,x),dim=-3)
What exactly does this mean? I could not understand
My problem is resolved,thanks