-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
base: revert-155-patch-1
Are you sure you want to change the base?
DCGAN #389
Commits on Apr 4, 2017
-
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.
刘斌 authoredApr 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 5354dde - Browse repository at this point
Copy the full SHA 5354ddeView commit details -
Merge pull request #157 from carpedm20/revert-155-patch-1
Revert "Use visualize option."
Configuration menu - View commit details
-
Copy full SHA for 254a9ac - Browse repository at this point
Copy the full SHA 254a9acView commit details -
Merge pull request #156 from b-liu14/patch-2
Deel with ValueError in utils.imsave when using mnist.
Configuration menu - View commit details
-
Copy full SHA for 9f8f6a6 - Browse repository at this point
Copy the full SHA 9f8f6a6View commit details
Commits on Apr 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 07abd2b - Browse repository at this point
Copy the full SHA 07abd2bView commit details
Commits on Apr 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7f7175c - Browse repository at this point
Copy the full SHA 7f7175cView commit details
Commits on Apr 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7e97809 - Browse repository at this point
Copy the full SHA 7e97809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fdb04b - Browse repository at this point
Copy the full SHA 1fdb04bView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for afdb010 - Browse repository at this point
Copy the full SHA afdb010View commit details
Commits on May 20, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for c66492c - Browse repository at this point
Copy the full SHA c66492cView commit details
Commits on Jun 1, 2017
-
Merge pull request #173 from Titinious/patch-1
Bug Fix for Checking Grayscale Image
Configuration menu - View commit details
-
Copy full SHA for 432665f - Browse repository at this point
Copy the full SHA 432665fView commit details
Commits on Jun 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4165cab - Browse repository at this point
Copy the full SHA 4165cabView commit details
Commits on Jun 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 32a8d9b - Browse repository at this point
Copy the full SHA 32a8d9bView commit details
Commits on Jun 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b963154 - Browse repository at this point
Copy the full SHA b963154View commit details
Commits on Jun 19, 2017
-
Merge pull request #188 from richardjdavies/patch-1
Fix layer 4 name in discriminator
Configuration menu - View commit details
-
Copy full SHA for dc74d44 - Browse repository at this point
Copy the full SHA dc74d44View commit details -
Merge pull request #189 from richardjdavies/patch-2
Remove unused placeholder variable in build_model
Configuration menu - View commit details
-
Copy full SHA for 15c3c19 - Browse repository at this point
Copy the full SHA 15c3c19View commit details -
Merge pull request #191 from ngc92/fix_non_square_sample_counts
fix generation of sample image non square number of images
Configuration menu - View commit details
-
Copy full SHA for cb63afa - Browse repository at this point
Copy the full SHA cb63afaView commit details
Commits on Jun 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 358cdf1 - Browse repository at this point
Copy the full SHA 358cdf1View commit details
Commits on Jun 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a8bab57 - Browse repository at this point
Copy the full SHA a8bab57View commit details
Commits on Jul 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1c5c3d5 - Browse repository at this point
Copy the full SHA 1c5c3d5View commit details
Commits on Jul 20, 2017
-
Merge pull request #199 from ngc92/unify_code_paths
combined code paths for with/without y_dim
Configuration menu - View commit details
-
Copy full SHA for b138300 - Browse repository at this point
Copy the full SHA b138300View commit details
Commits on Aug 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e85cd59 - Browse repository at this point
Copy the full SHA e85cd59View commit details
Commits on Aug 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d80e105 - Browse repository at this point
Copy the full SHA d80e105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24a4fb3 - Browse repository at this point
Copy the full SHA 24a4fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a570150 - Browse repository at this point
Copy the full SHA a570150View commit details -
Configuration menu - View commit details
-
Copy full SHA for c93e981 - Browse repository at this point
Copy the full SHA c93e981View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e0acc - Browse repository at this point
Copy the full SHA a5e0accView commit details -
Configuration menu - View commit details
-
Copy full SHA for 844d237 - Browse repository at this point
Copy the full SHA 844d237View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e61f8 - Browse repository at this point
Copy the full SHA 17e61f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cbe31b - Browse repository at this point
Copy the full SHA 7cbe31bView commit details -
Rename `15:07:47` to `15_07_47` in test_***.png files so that file names would be legal on Windows
Configuration menu - View commit details
-
Copy full SHA for 0ae9030 - Browse repository at this point
Copy the full SHA 0ae9030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 653a719 - Browse repository at this point
Copy the full SHA 653a719View commit details
Commits on Sep 6, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4f23b06 - Browse repository at this point
Copy the full SHA 4f23b06View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 52eb60b - Browse repository at this point
Copy the full SHA 52eb60bView commit details
Commits on Oct 26, 2017
-
Distributed noise consistency Fixes #206
TiRAN authoredOct 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 88e6d80 - Browse repository at this point
Copy the full SHA 88e6d80View commit details
Commits on Nov 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8325e5d - Browse repository at this point
Copy the full SHA 8325e5dView commit details -
Merge pull request #233 from Genius38/master
Distributed noise consistency Fixes #206
Configuration menu - View commit details
-
Copy full SHA for c8b392a - Browse repository at this point
Copy the full SHA c8b392aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e1059e - Browse repository at this point
Copy the full SHA 0e1059eView commit details -
Merge pull request #208 from johnhany/Fix-filename-time
Fix time format in filenames
Configuration menu - View commit details
-
Copy full SHA for 251aa44 - Browse repository at this point
Copy the full SHA 251aa44View commit details
Commits on Dec 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b7339ae - Browse repository at this point
Copy the full SHA b7339aeView commit details
Commits on Jan 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 539fbad - Browse repository at this point
Copy the full SHA 539fbadView commit details
Commits on Mar 1, 2018
-
np.inf returns float but the flags.DEFINE requests an int in main.py
Andrei Stirb committedMar 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 3321d71 - Browse repository at this point
Copy the full SHA 3321d71View commit details
Commits on Mar 13, 2018
-
Merge pull request #269 from andreistirb/master
np.inf returns float but the flags.DEFINE requests an int in main.py
Configuration menu - View commit details
-
Copy full SHA for bf30a18 - Browse repository at this point
Copy the full SHA bf30a18View commit details
Commits on Mar 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b2ac27e - Browse repository at this point
Copy the full SHA b2ac27eView commit details
Commits on Mar 21, 2018
-
Merge pull request #272 from arisliang/master
log total epoch as well to better indicate the training progress.
Configuration menu - View commit details
-
Copy full SHA for ddb7fc2 - Browse repository at this point
Copy the full SHA ddb7fc2View commit details
Commits on Apr 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d145cf5 - Browse repository at this point
Copy the full SHA d145cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fd1c70 - Browse repository at this point
Copy the full SHA 8fd1c70View commit details
Commits on Apr 12, 2018
-
Merge pull request #277 from genekogan/master
Make dataset root directory a flag
Configuration menu - View commit details
-
Copy full SHA for 60aa97b - Browse repository at this point
Copy the full SHA 60aa97bView commit details
Commits on Jun 1, 2018
-
Shuffle self.data after assignment
Ben Sussman committedJun 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 890694a - Browse repository at this point
Copy the full SHA 890694aView commit details
Commits on Jun 8, 2018
-
Merge pull request #292 from bensussman/shuffle-data
Shuffle self.data after assignment
Configuration menu - View commit details
-
Copy full SHA for 3041fa3 - Browse repository at this point
Copy the full SHA 3041fa3View commit details
Commits on Jun 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1081885 - Browse repository at this point
Copy the full SHA 1081885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b09bf8 - Browse repository at this point
Copy the full SHA 1b09bf8View commit details -
prevent xrange error: float cannot be interpreted as an integer
Configuration menu - View commit details
-
Copy full SHA for 5389e23 - Browse repository at this point
Copy the full SHA 5389e23View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for e4d949f - Browse repository at this point
Copy the full SHA e4d949fView commit details
Commits on Jun 15, 2018
-
Merge pull request #293 from spacemunkay/error-no-data
Give informative error msg when no data exists
Configuration menu - View commit details
-
Copy full SHA for a1a7a57 - Browse repository at this point
Copy the full SHA a1a7a57View commit details -
Merge pull request #295 from spacemunkay/error-data-batch-size
Raise error if dataset size less than batch_size
Configuration menu - View commit details
-
Copy full SHA for f070232 - Browse repository at this point
Copy the full SHA f070232View commit details -
Configuration menu - View commit details
-
Copy full SHA for 245cedc - Browse repository at this point
Copy the full SHA 245cedcView commit details -
Merge pull request #296 from spacemunkay/error-image-size-mismatch
Add informative msg when img size mismatch
Configuration menu - View commit details
-
Copy full SHA for 351a654 - Browse repository at this point
Copy the full SHA 351a654View commit details
Commits on Jul 3, 2018
-
choose latent distribution using --z_dist from { 'normal01': standard…
… normal; 'uniform_signed': (-1,1); 'uniform_unsigned':(0,1) }
Configuration menu - View commit details
-
Copy full SHA for 94e0a55 - Browse repository at this point
Copy the full SHA 94e0a55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f358e8 - Browse repository at this point
Copy the full SHA 1f358e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec8d0e5 - Browse repository at this point
Copy the full SHA ec8d0e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b6061 - Browse repository at this point
Copy the full SHA c5b6061View commit details -
select sample frequency with --sample_freq and checkpoint save freque…
…ncy with --ckpt_freq
Configuration menu - View commit details
-
Copy full SHA for 3dd932f - Browse repository at this point
Copy the full SHA 3dd932fView commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for c3b734b - Browse repository at this point
Copy the full SHA c3b734bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f91790 - Browse repository at this point
Copy the full SHA 6f91790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 407ae28 - Browse repository at this point
Copy the full SHA 407ae28View commit details
Commits on Jul 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 529950a - Browse repository at this point
Copy the full SHA 529950aView commit details
Commits on Aug 12, 2018
-
Merge pull request #303 from pengwa/fix
move self.data length check to the right place
Configuration menu - View commit details
-
Copy full SHA for 85edbcd - Browse repository at this point
Copy the full SHA 85edbcdView commit details
Commits on Feb 15, 2019
-
Fix issue with a few 3-channel images incorrectly read as if they wer…
…e 1-channel images
Configuration menu - View commit details
-
Copy full SHA for 5958538 - Browse repository at this point
Copy the full SHA 5958538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 500bfbf - Browse repository at this point
Copy the full SHA 500bfbfView commit details
Commits on Mar 5, 2019
-
Merge pull request #317 from woctezuma/fix-rgb
Fix 3-channel images incorrectly read as if 1-channel
Configuration menu - View commit details
-
Copy full SHA for 5a02f11 - Browse repository at this point
Copy the full SHA 5a02f11View commit details
Commits on May 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 98d2810 - Browse repository at this point
Copy the full SHA 98d2810View commit details
Commits on Jul 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 62ce8ac - Browse repository at this point
Copy the full SHA 62ce8acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2489c1d - Browse repository at this point
Copy the full SHA 2489c1dView commit details
Commits on Sep 12, 2019
-
Merge pull request #352 from WasabiThumb/patch-1
Changed resize function; scipy deprecated Issue #351
1Configuration menu - View commit details
-
Copy full SHA for 842dd27 - Browse repository at this point
Copy the full SHA 842dd27View commit details
Commits on Aug 8, 2020
-
Add a missing prerequisite in Readme.md
WANG, Chen authoredAug 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 96a4195 - Browse repository at this point
Copy the full SHA 96a4195View commit details
Commits on Sep 30, 2020
-
Merge pull request #385 from chenw23/master
Add a missing prerequisite in Readme.md
1Configuration menu - View commit details
-
Copy full SHA for 62c9a2a - Browse repository at this point
Copy the full SHA 62c9a2aView commit details