1 Star 0 Fork 71

Wang_yng / pytorch-doc-zh

forked from OpenDocCN / pytorch-doc-zh 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
4.md 1.39 KB
一键复制 编辑 原始数据 按行查看 历史

使用 PyTorch 进行深度学习:60 分钟的闪电战

原文: https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html

作者Soumith Chintala

<iframe allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/u7x8RXwLKcA" width="560"></iframe>

本教程的目标:

  • 全面了解 PyTorch 的 Tensor 库和神经网络。
  • 训练一个小型神经网络对图像进行分类

本教程假定您对 numpy 有基本的了解。

注意

确保已安装torchtorchvision软件包。

../_images/tensor_illustration_flat.png

什么是 PyTorch?

../_images/autodiff.png

Autograd:自动分化

../_images/mnist1.png

神经网络

../_images/cifar101.png

训练分类器

../_images/data_parallel.png

可选:数据并行

1
https://gitee.com/wang-yng/pytorch-doc-zh.git
git@gitee.com:wang-yng/pytorch-doc-zh.git
wang-yng
pytorch-doc-zh
pytorch-doc-zh
master

搜索帮助