Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 469 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 469 Bytes

MLPR2_GAN

university course experiments

To experiment with different GAN techniques on Generative Dog Images challenge.

  1. DCGAN
    • Buids on top of Keras.io example
    • This needs some organization on callbacks. Will be updated soon.
    1. extract dataset to all-dogs folder
    2. Execute cells in dcgan.ipynb notebook.