From 290b5dfe0f2d45deef1da70bbded4c29c9f45a71 Mon Sep 17 00:00:00 2001 From: When Date: Sun, 9 May 2021 15:11:49 +0800 Subject: [PATCH] Update 16.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正了一个笔误 --- docs/pt-tut-17/16.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pt-tut-17/16.md b/docs/pt-tut-17/16.md index e6867d85..0bb92e41 100644 --- a/docs/pt-tut-17/16.md +++ b/docs/pt-tut-17/16.md @@ -58,7 +58,7 @@ print(x_train.shape) ![../_img/sphx_glr_nn_tutorial_001.png](img/7c783def0bbe536f41ed172041b7e89e.png) -出: +输出: ```py (50000, 784) @@ -968,4 +968,4 @@ fit(epochs, model, loss_func, opt, train_dl, valid_dl) [下载 Jupyter 笔记本:`nn_tutorial.ipynb`](../_downloads/5ddab57bb7482fbcc76722617dd47324/nn_tutorial.ipynb) -[由 Sphinx 画廊](https://sphinx-gallery.readthedocs.io)生成的画廊 \ No newline at end of file +[由 Sphinx 画廊](https://sphinx-gallery.readthedocs.io)生成的画廊 -- GitLab