Skip to content

Commit

Permalink
Update 4_cifar10_tutorial.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
muliyangm authored Feb 19, 2019
1 parent 15cd221 commit 80e8786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapter1/4_cifar10_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"\n",
"\n",
"1. 读取和归一化 CIFAR10\n",
"________________________\n",
"------------------------------\n",
"\n",
"使用``torchvision``可以非常容易的加载CIFAR10。\n"
]
Expand Down Expand Up @@ -187,7 +187,7 @@
"source": [
"\n",
"2. 定义一个卷积神经网络\n",
"\n",
"-------------------------------\n",
"从之前的神经网络一节复制神经网络代码,并修改为输入3通道图像\n"
]
},
Expand Down

0 comments on commit 80e8786

Please sign in to comment.