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

DCGAN #389

Open
wants to merge 76 commits into
base: revert-155-patch-1
Choose a base branch
from
Open

DCGAN #389

wants to merge 76 commits into from

Commits on Apr 4, 2017

  1. Deel with ValueError: 'arr' does not have a suitable array shape for …

    …any mode.
    
    When using mnist dataset and c_dim equals 1, the shape of value of  merge(images, size) is (224, 224, 1), while the function scipy.misc.imsave just support these three type of shape: MxN or MxNx3 or MxNx4(https://docs.scipy.org/doc/scipy/reference/generated/scipy.misc.imsave.html).
    So we need to squeeze it first.
    刘斌 authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    5354dde View commit details
    Browse the repository at this point in the history
  2. Merge pull request #157 from carpedm20/revert-155-patch-1

    Revert "Use visualize option."
    carpedm20 authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    254a9ac View commit details
    Browse the repository at this point in the history
  3. Merge pull request #156 from b-liu14/patch-2

    Deel with ValueError in utils.imsave when using mnist.
    carpedm20 authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    9f8f6a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. argument error. fix #158

    carpedm20 committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    07abd2b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. add related works

    carpedm20 committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    7f7175c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. get rid of c_dim. fix #162

    carpedm20 committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    7e97809 View commit details
    Browse the repository at this point in the history
  2. fix error of c_dim

    carpedm20 committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    1fdb04b View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    afdb010 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Bug Fix for Checking Grayscale Image

    I have attempted to use the program with grayscale images. c_dim will become n for a n x n image (e.g. c_dim = 96 for a 96 x 96 image). By modifying as such, grayscale image could be successfully detected and c_dim will be appropriately assigned with 1.
    zackarysin authored May 20, 2017
    Configuration menu
    Copy the full SHA
    c66492c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Merge pull request #173 from Titinious/patch-1

    Bug Fix for Checking Grayscale Image
    carpedm20 authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    432665f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Configuration menu
    Copy the full SHA
    4165cab View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Configuration menu
    Copy the full SHA
    32a8d9b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2017

  1. Configuration menu
    Copy the full SHA
    b963154 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Merge pull request #188 from richardjdavies/patch-1

    Fix layer 4 name in discriminator
    carpedm20 authored Jun 19, 2017
    Configuration menu
    Copy the full SHA
    dc74d44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #189 from richardjdavies/patch-2

     Remove unused placeholder variable in build_model
    carpedm20 authored Jun 19, 2017
    Configuration menu
    Copy the full SHA
    15c3c19 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #191 from ngc92/fix_non_square_sample_counts

    fix generation of sample image non square number of images
    carpedm20 authored Jun 19, 2017
    Configuration menu
    Copy the full SHA
    cb63afa View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. Update utils.py

    Fixed manifold dimension bug
    minhwanoh authored Jun 20, 2017
    Configuration menu
    Copy the full SHA
    358cdf1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Merge pull request #192 from minhwanoh/patch-1

    Update utils.py
    carpedm20 authored Jun 22, 2017
    Configuration menu
    Copy the full SHA
    a8bab57 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Configuration menu
    Copy the full SHA
    1c5c3d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Merge pull request #199 from ngc92/unify_code_paths

    combined code paths for with/without y_dim
    carpedm20 authored Jul 20, 2017
    Configuration menu
    Copy the full SHA
    b138300 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. typo

    del  ';'
    bringtree authored Aug 11, 2017
    Configuration menu
    Copy the full SHA
    e85cd59 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Configuration menu
    Copy the full SHA
    d80e105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24a4fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a570150 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c93e981 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5e0acc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    844d237 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17e61f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7cbe31b View commit details
    Browse the repository at this point in the history
  9. Rename test_***.png files

    Rename `15:07:47` to `15_07_47` in test_***.png files so that file names would be legal on Windows
    johnhany authored Aug 13, 2017
    Configuration menu
    Copy the full SHA
    0ae9030 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    653a719 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Fix: Generate more number of images #183 and #215

    User can specify as a option that how many numbers of images to generate during test. Default value is 100.
    asispatra authored Sep 6, 2017
    Configuration menu
    Copy the full SHA
    4f23b06 View commit details
    Browse the repository at this point in the history
  2. Fix: Generate more number of images #183 and #215

    In visualize(), generate exact number of images during test as specified in the options as FLAGS.generate_test_images.
    asispatra authored Sep 6, 2017
    Configuration menu
    Copy the full SHA
    52eb60b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Distributed noise consistency Fixes #206

    TiRAN authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    88e6d80 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Merge pull request #216 from asispatra/master

    Fix: Generate more number of images #183 and #215
    carpedm20 authored Nov 14, 2017
    Configuration menu
    Copy the full SHA
    8325e5d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #233 from Genius38/master

    Distributed noise consistency Fixes #206
    carpedm20 authored Nov 14, 2017
    Configuration menu
    Copy the full SHA
    c8b392a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e1059e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #208 from johnhany/Fix-filename-time

    Fix time format in filenames
    carpedm20 authored Nov 14, 2017
    Configuration menu
    Copy the full SHA
    251aa44 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2017

  1. load web assets via https

    duhaime committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    b7339ae View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Merge pull request #250 from duhaime/https

    load web assets via https
    carpedm20 authored Jan 5, 2018
    Configuration menu
    Copy the full SHA
    539fbad View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    3321d71 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Merge pull request #269 from andreistirb/master

    np.inf returns float but the flags.DEFINE requests an int in main.py
    carpedm20 authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    bf30a18 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. Configuration menu
    Copy the full SHA
    b2ac27e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Merge pull request #272 from arisliang/master

    log total epoch as well to better indicate the training progress.
    carpedm20 authored Mar 21, 2018
    Configuration menu
    Copy the full SHA
    ddb7fc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Configuration menu
    Copy the full SHA
    d145cf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fd1c70 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Merge pull request #277 from genekogan/master

    Make dataset root directory a flag
    carpedm20 authored Apr 12, 2018
    Configuration menu
    Copy the full SHA
    60aa97b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Shuffle self.data after assignment

    Ben Sussman committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    890694a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Merge pull request #292 from bensussman/shuffle-data

    Shuffle self.data after assignment
    carpedm20 authored Jun 8, 2018
    Configuration menu
    Copy the full SHA
    3041fa3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    1081885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b09bf8 View commit details
    Browse the repository at this point in the history
  3. Update model.py

    prevent xrange error: float cannot be interpreted as an integer
    petcarerx authored Jun 12, 2018
    Configuration menu
    Copy the full SHA
    5389e23 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    e4d949f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Merge pull request #293 from spacemunkay/error-no-data

    Give informative error msg when no data exists
    carpedm20 authored Jun 15, 2018
    Configuration menu
    Copy the full SHA
    a1a7a57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #295 from spacemunkay/error-data-batch-size

    Raise error if dataset size less than batch_size
    carpedm20 authored Jun 15, 2018
    Configuration menu
    Copy the full SHA
    f070232 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #294 from petcarerx/patch-1

    Update model.py
    carpedm20 authored Jun 15, 2018
    Configuration menu
    Copy the full SHA
    245cedc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #296 from spacemunkay/error-image-size-mismatch

    Add informative msg when img size mismatch
    carpedm20 authored Jun 15, 2018
    Configuration menu
    Copy the full SHA
    351a654 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. choose latent distribution using --z_dist from { 'normal01': standard…

    … normal; 'uniform_signed': (-1,1); 'uniform_unsigned':(0,1) }
    memo committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    94e0a55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f358e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec8d0e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5b6061 View commit details
    Browse the repository at this point in the history
  5. select sample frequency with --sample_freq and checkpoint save freque…

    …ncy with --ckpt_freq
    memo committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    3dd932f View commit details
    Browse the repository at this point in the history
  6. output management:

    - set root output directory with --out_dir.
    - set output name with --out_name (or leave blank for it to be generated automatically from hyperparams)
    - checkpoints, samples and log saved under out_dir/out_name
    - environment variables expanded
    - save json for FLAGS for reference
    - auto set output size to input size if None
    memo committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    c3b734b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f91790 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    407ae28 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    529950a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. Merge pull request #303 from pengwa/fix

    move self.data length check to the right place
    carpedm20 authored Aug 12, 2018
    Configuration menu
    Copy the full SHA
    85edbcd View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    5958538 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    woctezuma committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    500bfbf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Merge pull request #317 from woctezuma/fix-rgb

    Fix 3-channel images incorrectly read as if 1-channel
    carpedm20 authored Mar 5, 2019
    Configuration menu
    Copy the full SHA
    5a02f11 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Merge pull request #302 from memo/master

    A number of extra options
    carpedm20 authored May 3, 2019
    Configuration menu
    Copy the full SHA
    98d2810 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    62ce8ac View commit details
    Browse the repository at this point in the history
  2. Replaced [x] with [image] for transform function

    Silly mistake!
    WasabiThumb authored Jul 15, 2019
    Configuration menu
    Copy the full SHA
    2489c1d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Merge pull request #352 from WasabiThumb/patch-1

    Changed resize function; scipy deprecated Issue #351
    carpedm20 authored Sep 12, 2019
    1 Configuration menu
    Copy the full SHA
    842dd27 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Add a missing prerequisite in Readme.md

    WANG, Chen authored Aug 8, 2020
    Configuration menu
    Copy the full SHA
    96a4195 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Merge pull request #385 from chenw23/master

    Add a missing prerequisite in Readme.md
    carpedm20 authored Sep 30, 2020
    1 Configuration menu
    Copy the full SHA
    62c9a2a View commit details
    Browse the repository at this point in the history