其他分享
首页 > 其他分享> > pytorch使用

pytorch使用

作者:互联网

1、Pytorch常用创建Tensor方法总结
2、python中的scatter()方法
3、pytorch 深入理解 tensor.scatter_ ()用法、、addition
4、RuntimeError: scatter_(): Expected dtype int64 for index.4、RuntimeError: scatter_(): Expected dtype int64 for index.
scatter要求数据是int64类型,在定义tensor时写的是torch.Tensor(x),应该写成torch.LongTensor(x),指定为int64类型。其他数据类型的定义方法可参考:https://pytorch.org/docs/stable/tensors.html
5、

标签:Tensor,dtype,RuntimeError,pytorch,int64,使用,scatter
来源: https://www.cnblogs.com/zzh66/p/15780943.html