低调小萱

导航

 

Pytorch tensor と numpy ndarray の変換 - Pythonいぬ (hatenablog.com)

 

主要还是 array 转 tensor的时候要确定类型

x = torch.from_numpy(x.astype(np.float32))
posted on 2021-10-16 12:06  低调小萱  阅读(1347)  评论(0)    收藏  举报