From 5a42fd3bddce9835c1a61bb07613a06c0e109a4f Mon Sep 17 00:00:00 2001 From: Dellandrea Emmanuel <emmanuel.dellandrea@ec-lyon.fr> Date: Thu, 14 Dec 2023 11:46:27 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5788498..6ee19e6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -# GAN & cGAN tutorial. +# TD 2 : GAN & cGAN + +MSO 3.4 Apprentissage Automatique + +--- We recommand to use the notebook (.ipynb) but the Python script (.py) is also provided if more convenient for you. # How to submit your Work ? -This work must be done individually. The expected output is a repository named gan-cgan on https://gitlab.ec-lyon.fr. It must contain your notebook (or python files) and a README.md file that explains briefly the successive steps of the project. The last commit is due before 11:59 pm on Wednesday, March 29, 2023. Subsequent commits will not be considered. \ No newline at end of file +This work must be done individually. The expected output is a repository named gan-cgan on https://gitlab.ec-lyon.fr. It must contain your notebook (or python files) and a README.md file that explains briefly the successive steps of the project. The last commit is due before 11:59 pm on Wednesday, March 29, 2023. Subsequent commits will not be considered. -- GitLab