We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb658a commit 9be2a02Copy full SHA for 9be2a02
docs/source/notebooks/convolutional_vae_keras_advi.ipynb
@@ -18,7 +18,8 @@
18
"cell_type": "markdown",
19
"metadata": {},
20
"source": [
21
- "NOTE: This notebook ran with my folk of PyMC3 https://github.com/taku-y/pymc3/tree/advi_refactor. "
+ "NOTE: This notebook works best with Theano O.9.0dev3 otherwise you'll get Nan errors.\n",
22
+ "- Notebook Written by Taku Yoshioka (c) 2016"
23
]
24
},
25
{
@@ -759,8 +760,9 @@
759
760
}
761
],
762
"metadata": {
763
+ "anaconda-cloud": {},
764
"kernelspec": {
- "display_name": "Python 3",
765
+ "display_name": "Python [default]",
766
"language": "python",
767
"name": "python3"
768
0 commit comments