试题详情

将Numpy数组a转为Pytorch中的Tensor,使用的方法为:

Aa.to_Tensor()

Ba.to_Torch()

Ctorch.from_numpy(a)

Dtorch.numpy(a)