From c03743ddf3d9311d358da2898486f92ff4502ca0 Mon Sep 17 00:00:00 2001 From: Sergent Paul <paul.sergent@ecl19.ec-lyon.fr> Date: Sun, 2 Apr 2023 14:23:52 +0000 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a2847f0..84125c8 100644 --- a/README.md +++ b/README.md @@ -10,23 +10,23 @@ This project is part of MSO 3.4 Automatic learning. The goal of the project is t ## Steps of the project 1. Generating handwritten digits using the MNIST dataset. -- Downloading the Dataset -- Initialize weights -- Define the generator and discriminator functions -- Set up the optimizer and the loss -- Train the model -- Plot results +- Downloading the Dataset +- Initialize weights +- Define the generator and discriminator functions +- Set up the optimizer and the loss +- Train the model +- Plot results 2. Generating Façade using CMP Facade Dataset (download it) -- Defining CGAN and U-net architecture -- Define the Generator with a built-up U-net architecture -- Define discriminator with conv-blocks. -- Set up optimizer and loss functions -- Train the model -- Plot results +- Defining CGAN and U-net architecture +- Define the Generator with a built-up U-net architecture +- Define discriminator with conv-blocks. +- Set up optimizer and loss functions +- Train the model +- Plot results -- GitLab