Skip to content

Commit

Permalink
fix typo errors (PaddlePaddle#5418)
Browse files Browse the repository at this point in the history
fix :ref:`paddle.vision.models <vgg11>` to :ref:`paddle.vision.models.vgg11 <vgg11>`
  • Loading branch information
enkilee authored Nov 22, 2022
1 parent c3c16db commit 3f1e2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/advanced/autograd_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PaddlePaddle 的神经网络核心是自动微分,本篇文章主要为你介
2.2.0
本案例首先定义网络。因为本示例着重展示如何使用飞桨进行自动微分,故组网部分不过多展开,直接使用高层 API 中封装好的模型 :ref:`paddle.vision.models <vgg11>` 。
本案例首先定义网络。因为本示例着重展示如何使用飞桨进行自动微分,故组网部分不过多展开,直接使用高层 API 中封装好的模型 :ref:`paddle.vision.models.vgg11 <vgg11>` 。

然后随机初始化一个输入\ ``x``\ ,和对应标签\ ``label``\

Expand Down

0 comments on commit 3f1e2e5

Please sign in to comment.