Update 4_cifar10_tutorial.ipynb

This commit is contained in:
Muli Yang 2019-02-19 16:32:56 +08:00 committed by GitHub
parent 7142907268
commit 57f3b5d16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,9 +57,10 @@
"3. 定义损失函数\n",
"4. 在训练集上训练网络\n",
"5. 在测试集上测试网络\n",
"----------------------------\n",
"\n",
"\n",
"1. 读取和归一化 CIFAR10\n",
"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n",
"----------------------------\n",
"\n",
"使用``torchvision``可以非常容易的加载CIFAR10\n"
]