Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapter1/3_neural_networks_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"\n",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

发现拼写错误:'backword' 应为 'backward'。这是一个重要的技术术语,正确的拼写对于学习PyTorch的自动微分功能至关重要。

Suggested change
"\n",
- 处理输入,调用backward

"**重点如下:**\n",
" - 定义一个网络\n",
" - 处理输入,调用backword\n",
" - 处理输入,调用backward\n",
"\n",
"**还剩:**\n",
" - 计算损失\n",
Expand Down