Skip to content
Snippets Groups Projects
Commit 0b95afb1 authored by Benyahia Mohammed Oussama's avatar Benyahia Mohammed Oussama
Browse files

Edit README.md

parent 84973ddd
Branches
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ In the cGAN architecture, we use a **PatchGAN** discriminator instead of a tradi ...@@ -118,7 +118,7 @@ In the cGAN architecture, we use a **PatchGAN** discriminator instead of a tradi
For this project, we use a **70×70 PatchGAN**. For this project, we use a **70×70 PatchGAN**.
_(Insert PatchGAN architecture diagram)_ ![patchGAN](images/patchGAN.png)
### **Results Comparison: 100 vs. 200 Epochs** ### **Results Comparison: 100 vs. 200 Epochs**
...@@ -145,8 +145,11 @@ _(Insert PatchGAN architecture diagram)_ ...@@ -145,8 +145,11 @@ _(Insert PatchGAN architecture diagram)_
- **Overfitting Issue:** Generalization is poor beyond 100 epochs. - **Overfitting Issue:** Generalization is poor beyond 100 epochs.
- **Limited Dataset Size (378 Images):** Restricts model’s diversity and quality. - **Limited Dataset Size (378 Images):** Restricts model’s diversity and quality.
_(Insert example images for training set at 100 and 200 epochs)_ #### Example image of training set at 100 and 200 epochs:
_(Insert example images for evaluation set at 100 and 200 epochs)_ ![Example image for training set at 100 and 200 epochs](images/facades_trainingset_100_200_.png)
#### Example images of evaluation set at 100 and 200 epochs:
![Example images of evaluation set at 100 and 200 epochs](images/facades_valset_100_200_.png)
## Part 3: Diffusion Models ## Part 3: Diffusion Models
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment