编程语言 torch报错TypeError: can’t convert CUDA tensor to numpy. Use Tensor.cpu() to copy the tensor 错误代码:a.numpy()(企图使用tensor.numpy()函数将torch.Tensor类型转换成nu…