Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/source/notebooks/convolutional_vae_keras_advi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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",
"- Notebook Written by Taku Yoshioka (c) 2016"
]
},
{
Expand Down Expand Up @@ -759,8 +760,9 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [default]",
"language": "python",
"name": "python3"
},
Expand Down