...
 
Commits (2)
    https://gitcode.net/OpenDocCN/apachecn-dl-zh/-/commit/290b5dfe0f2d45deef1da70bbded4c29c9f45a71 Update 16.md 2021-05-09T15:11:49+08:00 When when@mail.ustc.edu.cn 修正了一个笔误 https://gitcode.net/OpenDocCN/apachecn-dl-zh/-/commit/52b6070fc7655fd9ae806d03c2e5bd13c1b94a4a Merge pull request #6 from WhenMelancholy/patch-1 2021-06-28T01:11:27+08:00 布客飞龙 admin@flygon.net Update 16.md
...@@ -58,7 +58,7 @@ print(x_train.shape) ...@@ -58,7 +58,7 @@ print(x_train.shape)
![../_img/sphx_glr_nn_tutorial_001.png](img/7c783def0bbe536f41ed172041b7e89e.png) ![../_img/sphx_glr_nn_tutorial_001.png](img/7c783def0bbe536f41ed172041b7e89e.png)
出: 出:
```py ```py
(50000, 784) (50000, 784)
...@@ -968,4 +968,4 @@ fit(epochs, model, loss_func, opt, train_dl, valid_dl) ...@@ -968,4 +968,4 @@ fit(epochs, model, loss_func, opt, train_dl, valid_dl)
[下载 Jupyter 笔记本:`nn_tutorial.ipynb`](../_downloads/5ddab57bb7482fbcc76722617dd47324/nn_tutorial.ipynb) [下载 Jupyter 笔记本:`nn_tutorial.ipynb`](../_downloads/5ddab57bb7482fbcc76722617dd47324/nn_tutorial.ipynb)
[由 Sphinx 画廊](https://sphinx-gallery.readthedocs.io)生成的画廊 [由 Sphinx 画廊](https://sphinx-gallery.readthedocs.io)生成的画廊
\ No newline at end of file