Skip to content
Snippets Groups Projects
Commit 3aaf8471 authored by Guerra Julie's avatar Guerra Julie
Browse files

Update README.md

parent 76548ac4
Branches
No related tags found
No related merge requests found
# gan-cgan # gan-cgan
This repository contains the work corresponding to the BE2 of the course MSO 3.4 - Deep structured Learning, by Julie Guerra. This repository contains the work corresponding to the BE2 of the course MSO 3.4 - Deep structured Learning, by Julie Guerra.
It contains the Python notebook with the code and the answers to the theoritical questions, and two images showing results.
The main results are below, in case it's impossible to rerun the Python notebook.
## First part: DC-GAN
The process for this assignment started with working on a DC-GAM with a database of handwritten numbers. Here is the result for 5 epochs of training:
![results_part1](https://gitlab.ec-lyon.fr/guerraj/gan-cgan/-/raw/main/results_part1.png)
## Second part: cGAN
The second part consisted in working on a Conditional GAN (cGAN) for the construction of the image of a building from a template. I built the cGAN and trained it for 200 epochs, saving the model for 100 and 200 epochs. Here is the comparison of the result of the network for 100 and 200 epochs, on an image from the validation dataset:
![results_part2](https://gitlab.ec-lyon.fr/guerraj/gan-cgan/-/raw/main/results_part2.png)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment