Skip to content

Commit 2f0d886

Browse files
committed
去掉多余字母
1 parent f2ee302 commit 2f0d886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter1/5_data_parallel_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"\n",
182182
"首先,我们需要创建一个模型实例和检测我们是否有多个GPU。\n",
183183
"如果有多个GPU,使用``nn.DataParallel``来包装我们的模型。\n",
184-
"然后通过m``model.to(device)``把模型放到GPU上。\n",
184+
"然后通过``model.to(device)``把模型放到GPU上。\n",
185185
"\n"
186186
]
187187
},

0 commit comments

Comments
 (0)