I have a list of matrices with size of (63,32,1,600,600), when I want to stack it with torch.stack(matrices).cpu().detach().numpy() it\'s raising with
(63,32,1,600,600)
torch.stack(matrices).cpu().detach().numpy()