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、

上一篇:tensorflow学习,一层神经网络用均方误差对x y的一组值训练并进行预测


下一篇:panda之series结构