Skip to content
Snippets Groups Projects
Commit f42cf4a4 authored by Muniz Silva Samuel's avatar Muniz Silva Samuel
Browse files

repair

parent 70ebe194
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ The two parts are trained together in a process called adversarial training. The ...@@ -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. 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). 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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment