torch TypeError:cant convert np.ndarray of type numpy.object

在预处理数据时,直接将其打包成Tensor

操作如下:torch.tensor(data.astype(float))

你可能感兴趣的:(python,pytorch)