Skip to content

Commit

Permalink
Edit documentation
Browse files Browse the repository at this point in the history
Change `img_img` to `input_img`
  • Loading branch information
Rahul Patel authored Sep 9, 2017
1 parent 5458fcc commit 1ff2222
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 1ff2222

Please sign in to comment.