From 35551b2035c6d879223ed573eb51d7861770f9aa Mon Sep 17 00:00:00 2001 From: Yalei Meng Date: Mon, 11 Mar 2019 11:13:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapter2/2.1.2-pytorch-basics-autograd.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter2/2.1.2-pytorch-basics-autograd.ipynb b/chapter2/2.1.2-pytorch-basics-autograd.ipynb index 0435ca71..e9bfcd5e 100644 --- a/chapter2/2.1.2-pytorch-basics-autograd.ipynb +++ b/chapter2/2.1.2-pytorch-basics-autograd.ipynb @@ -225,7 +225,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "我们可以使用`with torch.no_grad()`上下文管理器临时禁止对已设置requires_grad=True的张量进行自动求导。这个方法在测试集测试准确率的时候回经常用到,例如" + "我们可以使用`with torch.no_grad()`上下文管理器临时禁止对已设置requires_grad=True的张量进行自动求导。这个方法在测试集计算准确率的时候会经常用到,例如" ] }, {