From 541a849cb866849c42d8d4c1d34d1092ebd1da4a Mon Sep 17 00:00:00 2001 From: Emmanuel Dellandrea <emmanuel.dellandrea@ec-lyon.fr> Date: Wed, 15 Mar 2023 09:21:19 +0100 Subject: [PATCH] Update BE2_GAN_and_cGAN.ipynb --- BE2_GAN_and_cGAN.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BE2_GAN_and_cGAN.ipynb b/BE2_GAN_and_cGAN.ipynb index 7243c89..34930e8 100644 --- a/BE2_GAN_and_cGAN.ipynb +++ b/BE2_GAN_and_cGAN.ipynb @@ -487,6 +487,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": { "colab_type": "text", @@ -494,7 +495,7 @@ }, "source": [ "<font color='red'>**Question 3**</font> \n", - "Knowing the input and output images will be 256x256, what will be the dimension of the encoded vector x8 ?Knowing input images will be 256x256 with 3 channels each, how many parameters are there to learn ?" + "Knowing input images will be 256x256 with 3 channels each, how many parameters are there to learn ?" ] }, { -- GitLab