Skip to content

Commit

Permalink
Merge pull request zergtant#34 from HorieYuan/master
Browse files Browse the repository at this point in the history
去掉多余字母
  • Loading branch information
zergtant authored Jul 11, 2019
2 parents 4eafc00 + 2f0d886 commit 2679d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter1/5_data_parallel_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"\n",
"首先,我们需要创建一个模型实例和检测我们是否有多个GPU。\n",
"如果有多个GPU,使用``nn.DataParallel``来包装我们的模型。\n",
"然后通过m``model.to(device)``把模型放到GPU上。\n",
"然后通过``model.to(device)``把模型放到GPU上。\n",
"\n"
]
},
Expand Down

0 comments on commit 2679d2c

Please sign in to comment.