Code Monkey home page Code Monkey logo

progan's Introduction

Paper Tero Karras, Timo Aila, Samuli Laine, Jaakko Lehtinen

ICLR 2018

results results

This folder provides a re-implementation of this paper in PyTorch, developed as part of the course METU CENG 796 - Deep Generative Models. The re-implementation is provided by:

Please see the jupyter notebook file main.ipynb for a summary of paper, the implementation notes and our experimental results.

Using the code is very easy.

Just make sure that your current directory is ProGan/

there you can use:

$python src/train.py

to start the training.

If you want to change the hyper-parameters of the network you can change them the config dictionary in train.py.

If the code will be used from jupyter you might add the following to the top of your code:

import os

import sys

sys.path.insert(0, os.path.abspath('{}/src/'.format(os.getcwd())))

then import the generator and discriminator from their corresponding files.

You can access the dataset here:

https://drive.google.com/file/d/1f98t8iv7YZLk2sTBCsDqfiuV_NJVF4CI/view?usp=sharing

Please dont forget to add the local directory of the dataset in config in train.py

progan's People

Contributors

denizalperacar avatar

Watchers

 avatar paper2code - bot avatar

progan's Issues

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.