Skip to content

Commit

Permalink
Update deep_learning_60min_blitz.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzhonglian authored Feb 22, 2024
1 parent 849fb88 commit f53d7c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/2.0/tutorials/beginner/deep_learning_60min_blitz.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
## 什么是 PyTorch? [](#what-is-pytorch "此标题的永久链接")

PyTorch 是一个基于 Python 的科学计算包,有两个广泛的用途:

* NumPy 的替代品,可利用 GPU 和其他加速器的功能。
* 一个自动微分库,可用于实现神经网络。

Expand All @@ -24,4 +25,4 @@ PyTorch 是一个基于 Python 的科学计算包,有两个广泛的用途:
* 在本教程中,您将学习 PyTorch tensor 的基础知识。
* 了解 torch.autograd
* 学习如何在 PyTorch 中训练神经网络。
* 了解如何使用CIFAR10 数据集在 PyTorch 中训练图像分类器。
* 了解如何使用CIFAR10 数据集在 PyTorch 中训练图像分类器。

0 comments on commit f53d7c1

Please sign in to comment.