From c0c33400f172529fbfea439786f911d6185ea9a8 Mon Sep 17 00:00:00 2001 From: Alexandre Colas <alexandr.colas@free.fr> Date: Mon, 27 Mar 2023 13:22:39 +0200 Subject: [PATCH] feat(GAN): add comment for training dataset --- BE2_GAN_and_cGAN.ipynb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/BE2_GAN_and_cGAN.ipynb b/BE2_GAN_and_cGAN.ipynb index 3788aaf..cf1fb6c 100644 --- a/BE2_GAN_and_cGAN.ipynb +++ b/BE2_GAN_and_cGAN.ipynb @@ -25833,6 +25833,14 @@ " plot2x3Array(mask_plot,image_plot,output_plot)" ] }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "On the training dataset, the fake images are similar to the corresponding real images with applied blur filter." + ] + }, { "cell_type": "code", "execution_count": 24, -- GitLab