We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 647a515 + 9beffbc commit 968b6e2Copy full SHA for 968b6e2
1 file changed
tutorial-contents-notebooks/203_activation.ipynb
@@ -41,7 +41,7 @@
41
"metadata": {},
42
"outputs": [],
43
"source": [
44
- "x = torch.linspace(-5, 5, 200) # x data (tensor), shape=(100, 1)\n",
+ "x = torch.linspace(-5, 5, 200) # x data (tensor), shape=(200, 1)\n",
45
"x = Variable(x)\n",
46
"x_np = x.data.numpy() # numpy array for plotting"
47
]
0 commit comments