未验证 提交 d48c4aab 编写于 作者: M Mathew P. Jones 提交者: GitHub

fix small typos.

上级 05d0f504
......@@ -8,14 +8,12 @@
此教程的目标:
* 更高层次地理解Pythrch的Tensor库以及神经网络。
* 更高层次地理解Pytorch的Tensor库以及神经网络。
* 训练一个小的神经网络模型用于分类图像。
本教程假设读者对`numpy`有基本的了解
注意:确保你安装了 torch 和 torchvision 包。
确保你安装了 [torch](https://github.com/pytorch/pytorch)[torchvision](https://github.com/pytorch/vision) 包。
注意:确保你安装了 [torch](https://github.com/pytorch/pytorch)[torchvision](https://github.com/pytorch/vision) 包。
![https://pytorch.org/tutorials/_images/tensor_illustration_flat.png](img/0c7a402331744a44f5e17575b1607904.jpg)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册