Shortcuts

简介 || 张量 || 自动微分 || 构建模型 || TensorBoard支持 || 训练模型 || 模型理解

PyTorch 介绍 - YouTube

作者: Brad Heintz

本教程与YouTube上的 PyTorch 初学者系列 同步。

本教程假设您对Python和深度学习概念有基本的了解。

运行教程代码

您可以通过以下几种方式运行本教程:

  • 在云端: 这是开始的最简单方式!每个部分的顶部都有一个Colab链接,它会在完全托管的环境中打开一个包含代码的笔记本。专业提示:使用GPU运行时的Colab可以加速操作 运行时 > 更改运行时类型 > GPU

  • 本地: 此选项需要您首先在本地机器上设置PyTorch和torchvision(安装说明)。下载notebook或将代码复制到您喜欢的IDE中。

  1. PyTorch 简介

  2. PyTorch Tensors 介绍

  3. 自动微分基础

  4. 使用 PyTorch 构建模型

  5. PyTorch TensorBoard 支持

  6. 使用 PyTorch 训练模型

  7. 使用 Captum 进行模型理解

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources