Skip to content

Commit 1ff2222

Browse files
author
Rahul Patel
authored
Edit documentation
Change `img_img` to `input_img`
1 parent 5458fcc commit 1ff2222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

8.4-generating-images-with-vaes.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"cell_type": "markdown",
185185
"metadata": {},
186186
"source": [
187-
"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",
187+
"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",
188188
"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",
189189
"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",
190190
"layer)."

0 commit comments

Comments
 (0)