参考链接: PyTorch的基础
1. 对于张量的任何操作是后固定有;例如:"x.copy(y),x.t_()";
但是注意:对于tensor x,如果有x.numpy()将x转化为numpy数组,则赋值对象为numpy类型,但是x还是tensor!
Pytorch安装。https://zhuanlan.zhihu.com/p/26871672。
Pytorch中文文档。https://pytorch-cn.readthedocs.io/zh/latest/#pytorch。
Pytorch中文网。https://www.pytorchtutorial.com/。
Pytorch官网。https://pytorch.org/。
Pytorch Discussion。https://discuss.pytorch.org/。
Pytorch Github。https://github.com/pytorch/pytorch。
Pytorch教学视频。https://www.bilibili.com/video/av15997678/?p=6。
2、pycharm自动提示
__init__.py文件源码。https://gist.github.com/t-vi/0d0ae013072f96f50fa11fbc2287e33b#file-__init__-pyi。
__init__.py文件替换。https://blog.csdn.net/u010589524/article/details/87895856。
参考。https://www.zhihu.com/question/279645242。
但好像修改之后torch无法正常运行 - -