Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Progressive Growing of GANs" (ProGAN) model #1105

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    6168e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    653b578 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Add NVIDIA apex support and checkpointing memory optimization (https:…

    …//pytorch.org/docs/stable/checkpoint.html)
    
    Disable checkpointing for pix2pix
    seovchinnikov committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    48ef29f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6096163 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2a6680 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Fix CPU version

    seovchinnikov committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    bfa902a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Add ProGan model

    seovchinnikov committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    41bc4eb View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Some refactorings

    seovchinnikov committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    2142ba0 View commit details
    Browse the repository at this point in the history
  2. Refactor

    seovchinnikov committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    1ffea22 View commit details
    Browse the repository at this point in the history
  3. Fix dim

    seovchinnikov committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    cadd1fd View commit details
    Browse the repository at this point in the history
  4. Doc

    seovchinnikov committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    6b95f6d View commit details
    Browse the repository at this point in the history
  5. Fix forward

    seovchinnikov committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    19bce11 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Fix apex epsilon

    seovchinnikov committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    b5825d4 View commit details
    Browse the repository at this point in the history
  2. Add wgangp loss to progan

    seovchinnikov committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    8df0d9c View commit details
    Browse the repository at this point in the history
  3. Add steps scheduling

    seovchinnikov committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    1f58ab7 View commit details
    Browse the repository at this point in the history
  4. Add steps scheduling

    seovchinnikov committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    3c8b00a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. New ProGan model

    seovchinnikov committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    620dd5c View commit details
    Browse the repository at this point in the history
  2. Stability improvements

    seovchinnikov committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    c15b89b View commit details
    Browse the repository at this point in the history
  3. Stability improvements

    seovchinnikov committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    ba0beb2 View commit details
    Browse the repository at this point in the history