(1)若是tensor只有一個元素,而後轉換成int或者float類型的時候直接用int()或者float()就能夠了;float
(2)若是tensor含有多個元素,轉換成ndarray時就要用x.detach().numpy()操做了(視狀況使用,cpu());numpy