Skip to content

Commit

Permalink
fixed zergtant#16
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-course committed Apr 8, 2019
1 parent 50543b9 commit 1ca5610
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 1ca5610

Please sign in to comment.