DeepLearningDTU / 02456-deep-learning-with-PyTorch

Exercises and supplementary material for the deep learning course 02456 using PyTorch.
319 stars 457 forks source link

Initial notebooks on AE/VAE #5

Closed wohlert closed 6 years ago

wohlert commented 6 years ago

These are the notebooks for lab 5. They still haven't been tested on GPU, by everything should be working. Let me know if there are any mistakes or things missing.

I am considering adding one or two additional supplementary and optional notebooks on GANs and NVP respectively.

wohlert commented 6 years ago

The GAN notebook has been added now. If I have time I'll include conditional GAN's for the sake of semi-supervised learning. The notebook about flow models has also been completed, I consider this mostly finished, but am open to suggestions.