plt.imshow(np.transpose(vutils.make_grid(real_batch(0).to(device)[:64], padding=5, normalize=True).cpu(), (1,2,0)))TypeError: 'list' object is not callable.
可是我没有定义list也没运用到List,为什么会报这个错误