Skip to content

Commit 1bbbf38

Browse files
Update svi_part_ii.ipynb (#3440)
1 parent cbc2e52 commit 1bbbf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/source/svi_part_ii.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
" pyro.sample(\"obs_{}\".format(i), dist.MyDist(theta_i), obs=data[i])\n",
159159
"```\n",
160160
"\n",
161-
"Note that in contrast to our running coin flip example, here we have `pyro.sample` statements both inside and outside of the `plate` loop. Next the guide:\n",
161+
"Next the guide:\n",
162162
"\n",
163163
"```python\n",
164164
"def guide(data):\n",

0 commit comments

Comments
 (0)