pytorch中tensor类型转换的几个函数
目录
IntTensor转FloatTensor
FloatTensor转IntTensor
Tensor类型变为python的常规类型
IntTensor转FloatTensor
.float函数:
FloatTensor转IntTensor
.int函数
Tensor类型变为python的常规类型
item函数
目录
IntTensor转FloatTensor
FloatTensor转IntTensor
Tensor类型变为python的常规类型
.float函数:
.int函数
item函数