Giter VIP home page Giter VIP logo

deep-learning-gan's Introduction

Image generation with GANs

This repository contains code needed to reproduce the results for Project III of the Deep Learning course.

Check the other projects:

  • Project I - Image Classification with CNNs
  • Project II - Speech Commands Recognition with RNNs

Description

The aim of this raport is to present the results of a project conducted as part of the Deep Learning course at Warsaw University of Technology. The project included image generation with Generative Adversarial Networks using the LSUN bedroom dataset.

The folders contain:

  • data - a place to store the LSUN dataset
  • models - implementation of different versions of the the DCGAN model
  • utils - functions for downloading dataset and other miscellaneous
  • weights - DCGAN models trained during the experiments (one using dropout trained for 10 epochs, and the original architecture trained for 5 epochs and 10 epochs)
  • images - a place to temporarily store images for FID calculations

The notebooks contain the experiments and the visualisations of images created in them:

  • DCGAN64 - regular DCGAN 64x64 trained for 5 epochs
  • DCGAN64_dropout - DCGAN 64x64 with dropout, soft labels and using SGD trained for 10 epochs
  • DCGAN64_fid_interpolation - regular DCGAN 64x64 trained for 10 epochs (final model) with the FID calculation and visualisation of images cteated from a interpolation of two latent vectors
  • DCGAN128_dropout - DCGAN 128x128 with dropout, soft labels and using SGD, training stopped due to time of computation
  • DCGAN128 - regular DCGAN 128x128, training stopped due to model collapse

Results

We presented obtained results in short report.


Co-author

Be sure to check co-author of this project, Martyna.

deep-learning-gan's People

Contributors

m-majchrzak avatar wladeko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.