x = torch.randn(2, 3, 3) y = torch.cat((x, x, x), ... vstack. 功能:将给定的tensors 沿着竖直(vertical)方向(dim=0) 叠加.
確定! 回上一頁