Skip to content

Commit

Permalink
修正错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleimeng authored Mar 11, 2019
1 parent 3bdacbf commit 35551b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter2/2.1.2-pytorch-basics-autograd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"我们可以使用`with torch.no_grad()`上下文管理器临时禁止对已设置requires_grad=True的张量进行自动求导。这个方法在测试集测试准确率的时候回经常用到,例如"
"我们可以使用`with torch.no_grad()`上下文管理器临时禁止对已设置requires_grad=True的张量进行自动求导。这个方法在测试集计算准确率的时候会经常用到,例如"
]
},
{
Expand Down

0 comments on commit 35551b2

Please sign in to comment.