Skip to content

Commit

Permalink
Update 2.1.1.pytorch-basics-tensor.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
freesinger authored Mar 18, 2019
1 parent e615b83 commit 386477f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter2/2.1.1.pytorch-basics-tensor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
}
],
"source": [
"# 使用[0,1]均匀分布随机初始化二维数组\n",
"# 使用[0,1]正态分布随机初始化二维数组\n",
"rnd = torch.rand(5, 3)\n",
"rnd"
]
Expand Down

0 comments on commit 386477f

Please sign in to comment.