NickleDave / generative-neural-nets-tutorial-scipy2020

tutorial on generative adversarial networks for SciPy 2020 conference
MIT License
3 stars 0 forks source link

add notebook sub-directories + TOC (.md) #1

Closed NickleDave closed 4 years ago

NickleDave commented 4 years ago

I'm thinking to add sub-directories to ./notebooks/ with draft versions of each "segment" of each "episode" (to borrow a Carpentries term), something like this:

notebooks/
  intro/
    01-why-generative.ipynb
    02-why-GANs.ipynb
  GANs-with-pytorch/
    01-discriminator
    02-training-SGD
    03-generator
    04-training-adversarial

and then have a table of contents (TOC) somewhere, maybe in the README or in some other .md file, to make it easier for people to navigate during the tutorial

@celiacintas @pablo1n7 what do you think? Give me a thumbs up or down and if you're okay with it I'll start a feature branch

pablo1n7 commented 4 years ago

Excellent, I agree with all. can you assign me a task?, and I begin to work in this.

NickleDave commented 4 years ago

Sure! Thanks

pablo1n7 commented 4 years ago

I created a new branch (called feature) and add TOC in Readme.md. Moved and renamed "GAN_intro.ipynb" to "./notebooks/intro/01-why-generative.ipynb".

NickleDave commented 4 years ago

Closing since we merged in #9 from @pablo1n7 that addresses this issue