From 057e8862426f5d7edefa0f615b94ae52e5e37ce5 Mon Sep 17 00:00:00 2001
From: Sergent Paul <paul.sergent@ecl19.ec-lyon.fr>
Date: Sun, 2 Apr 2023 14:22:39 +0000
Subject: [PATCH] Update README.md

---
 README.md | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 1a94006..a2847f0 100644
--- a/README.md
+++ b/README.md
@@ -10,22 +10,24 @@ 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.
-    a. Downloading the Dataset
-    b. Initialize weights
-    c. Define the generator and discriminator functions
-    d. Set up the optimizer and the loss
-    e. Train the model
-    f. 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)
-    a. Defining CGAN and U-net architecture
-    b. Define the Generator with a built-up U-net architecture
-    c. Define discriminator with conv-blocks.
-    d. Set up optimizer and loss functions
-    e. Train the model 
-    f. 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
+
 
 
 ## Contact
-- 
GitLab