Pytorch启程篇

说白了我就是蹭蹭热度!!!

PyTorch

Python中的张量和动态神经网络,具有强大的GPU加速功能。

目录

文章目录

  • 说白了我就是蹭蹭热度!!!
  • [PyTorch](http://pytorch.org)
  • 目录
    • 官方资料传送门
      • 1. [官方文档](https://pytorch.org/docs/stable/index.html)
      • 2. [官方教程](https://pytorch.org/tutorials/)
      • 3. [官方样例](https://github.com/pytorch/examples)
      • 4. [Torch Git Repo](https://github.com/pytorch/pytorch)
      • 5. [TorchVision Git Repo](https://github.com/pytorch/vision)
      • 6. [中文版文档](http://pytorch-cn.readthedocs.io/zh/latest/)
    • 五花八门的中文社区
      • 1. [PyTorch 中文社区 - ApacheCN](http://pytorch.apachecn.org/)
      • 2. [PyTorch Tutorial - PyTorch 中文教程网](http://www.pytorchtutorial.com/)
      • 3. [Pytorch-基于python且具备强大GPU加速的张量和动态神经网络。- Pytorch中文网](https://ptorch.com/)
    • 其他入门资料收集
      • 1. [Pytorch 教程系列 | 莫烦Python](https://morvanzhou.github.io/tutorials/machine-learning/torch/)
      • 2. [Tim810306/PytorchTutorial: A combination of pytorch codes, tutorials and ppts!](https://github.com/Tim810306/PytorchTutorial)
      • 3. [吐血整理:PyTorch项目代码与资源列表 | 资源下载_搜狐科技_搜狐网](https://www.sohu.com/a/164171974_741733)

官方资料传送门

1. 官方文档

2. 官方教程

3. 官方样例

4. Torch Git Repo

5. TorchVision Git Repo

6. 中文版文档

注:从使用来看,由于维护更新的问题,很多新特性查不到,如果可以还是直接阅读官方文档为好!!!

五花八门的中文社区

1. PyTorch 中文社区 - ApacheCN

2. PyTorch Tutorial - PyTorch 中文教程网

3. Pytorch-基于python且具备强大GPU加速的张量和动态神经网络。- Pytorch中文网

其他入门资料收集

1. Pytorch 教程系列 | 莫烦Python

2. Tim810306/PytorchTutorial: A combination of pytorch codes, tutorials and ppts!

3. 吐血整理:PyTorch项目代码与资源列表 | 资源下载_搜狐科技_搜狐网

你可能感兴趣的:(PyTorch)