Merge pull request #58 from jerryc05/master

Update GPU Training Tip
This commit is contained in:
hengtao tantai 2019-10-30 09:55:39 +08:00 committed by GitHub
commit c900b052c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -520,7 +520,7 @@
" net.to(device)\n",
"```\n",
"\n",
"记住inputs 和 targets 也要转换。\n",
"记住inputs, targets 和 images 也要转换。\n",
"\n",
"```python\n",
"\n",