From f42cf4a4e05805dc3984758230c081d9a223aeb6 Mon Sep 17 00:00:00 2001 From: Muniz Silva Samuel <samuel.muniz-silva@ecl21.ec-lyon.fr> Date: Sat, 25 Mar 2023 16:38:01 +0000 Subject: [PATCH] repair --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbd46de..2f3f298 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The two parts are trained together in a process called adversarial training. The GANs have many applications, including image synthesis, text generation, and video generation. They have been used to create photorealistic images, to generate music, and even to create new molecules with desired properties. -## Training 1 +### Training 1 In this section, a **Generative Adversarial Network (GAN)** was utilized to produce novel handwritten digits by utilizing images from the **MNIST** database as input. The **DCGAN tutorial of Pytorch** was employed to achieve this goal, which generates new images of celebrities by analyzing numerous real celebrity images. To adjust the tutorial to the MNIST database, the primary modification in its implementation involved changing the number of channels in the training images from 3 (RGB) to 1 (black and white). -- GitLab