Skip to content

Commit

Permalink
Merge pull request zergtant#58 from jerryc05/master
Browse files Browse the repository at this point in the history
Update GPU Training Tip
  • Loading branch information
zergtant authored Oct 30, 2019
2 parents 0bdf3bf + fdac276 commit c900b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter1/4_cifar10_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@
" net.to(device)\n",
"```\n",
"\n",
"记住:inputs 和 targets 也要转换。\n",
"记住:inputs, targets 和 images 也要转换。\n",
"\n",
"```python\n",
"\n",
Expand Down

0 comments on commit c900b05

Please sign in to comment.