试题详情

将Pytorch的Tensor对象a转为Numpy数组的方法是:

Aa.to_numpy()

Ba.numpy()

Ca.ndarray()

Da.array()