Skip to content

Commit

Permalink
Merge pull request fchollet#6 from rahulptel/deep-learning-local-branch
Browse files Browse the repository at this point in the history
Edit documentation
  • Loading branch information
fchollet authored Sep 10, 2017
2 parents 5458fcc + 1ff2222 commit b5f2b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8.4-generating-images-with-vaes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Here is the code for using `z_mean` and `z_log_var`, the parameters of the statistical distribution assumed to have produced `img_img`, to \n",
"Here is the code for using `z_mean` and `z_log_var`, the parameters of the statistical distribution assumed to have produced `input_img`, to \n",
"generate a latent space point `z`. Here, we wrap some arbitrary code (built on top of Keras backend primitives) into a `Lambda` layer. In \n",
"Keras, everything needs to be a layer, so code that isn't part of a built-in layer should be wrapped in a `Lambda` (or else, in a custom \n",
"layer)."
Expand Down

0 comments on commit b5f2b17

Please sign in to comment.