Skip to content

Commit f99e879

Browse files
authored
Fix typo in normalizing flow overview notebook (#178)
* Fix typo in normalizing flow overview notebook * Update normalizing_flows_overview.ipynb
1 parent b579d1e commit f99e879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/variational_inference/normalizing_flows_overview.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"cell_type": "markdown",
7272
"metadata": {},
7373
"source": [
74-
"Formulae can be composed as a string, e.g. `'scale-loc'`, `'scale-hh*4-loc'`, `'panar*10'`. Each step is separated with `'-'`, and repeated flows are defined with `'*'` in the form of `'<flow>*<#repeats>'`.\n",
74+
"Formulae can be composed as a string, e.g. `'scale-loc'`, `'scale-hh*4-loc'`, `'planar*10'`. Each step is separated with `'-'`, and repeated flows are defined with `'*'` in the form of `'<flow>*<#repeats>'`.\n",
7575
"\n",
7676
"Flow-based approximations in PyMC3 are based on the `NormalizingFlow` class, with corresponding inference classes named using the `NF` abbreviation (analogous to how `ADVI` and `SVGD` are treated in PyMC3).\n",
7777
"\n",

0 commit comments

Comments
 (0)