diff --git a/BE2_GAN_and_cGAN.ipynb b/BE2_GAN_and_cGAN.ipynb index 49298b7fea8b2b6cb1707741543926d499377e33..7243c8909272f2e776695baf70e3aea2aa9b3aef 100644 --- a/BE2_GAN_and_cGAN.ipynb +++ b/BE2_GAN_and_cGAN.ipynb @@ -1191,6 +1191,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": { "colab_type": "text", @@ -1198,7 +1199,8 @@ }, "source": [ "# How to submit your Work ?\n", - "Your work should be uploaded within 3 weeks into the Moodle section \"Devoir 2 - GAN et Conditional GAN\". It can be either a notebook containing your code and a description of your work, experiments and results or a \".zip\" file containing your report in a \"pdf\" format describing your work, experiments and results as well as your code (\".py\" Python files). " + "\n", + "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." ] } ], diff --git a/README.md b/README.md index 42b08284772a3bfdc6dbf78822976dface640c87..57884980d12716147ef767baaee44c3afe0e851a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ -# mso3_4-BE2_cGAN +# GAN & cGAN tutorial. -GAN & cGAN tutorial. We recommand to use the notebook (.ipynb) but the Python script (.py) is also provided if more convenient for you. \ No newline at end of file +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